Interface ICookieManager
Manages browser cookies from a desktop application
Namespace: Sdl.Desktop.Platform.Controls.Browser
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
[Obsolete("Use WebView2 instead of WebBrowser and its own CookieManager.")]
public interface ICookieManager
Methods
ClearCookiesFor(String)
Clears all cookies for the specified URL, including HttpOnly cookies.
Declaration
void ClearCookiesFor(string url)
Parameters
Type | Name | Description |
---|---|---|
String | url | URL to clear cookies for. It must include the protocol, i.e. http:// or https:// |