Interface INativeBrowserApi
Namespace: Sdl.Desktop.Platform.Controls.Browser
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
[Obsolete("Use WebView2 instead of WebBrowser.")]
public interface INativeBrowserApi
Methods
ClearCookie(string, string)
Declaration
bool ClearCookie(string url, string cookieName)
Parameters
Returns
Type | Description |
---|---|
bool |
GetAllCookiesFor(string)
Declaration
string GetAllCookiesFor(string uri)
Parameters
Type | Name | Description |
---|---|---|
string | uri |
Returns
Type | Description |
---|---|
string |
GetLastException()
Declaration
Exception GetLastException()
Returns
Type | Description |
---|---|
Exception |