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
| Type | Name | Description |
|---|---|---|
| String | url | |
| String | cookieName |
Returns
| Type | Description |
|---|---|
| Boolean |
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 |