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