The IWebView
implementation used by 3D WebView for UWP / Hololens. This class also includes extra methods for UWP-specific functionality.
Public methods
DeleteCookies
static Task DeleteCookies(string url)
Deletes all of the cookies for the given URL.
DeleteCookies
static void DeleteCookies(string url, Action callback)
Like DeleteCookies(string)
, except it uses a callback instead of a Task
in order to be compatible with legacy .NET.