Search Results for

    Show / Hide Table of Contents

    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
    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Methods
      • ClearCookie(string, string)
      • GetAllCookiesFor(string)
      • GetLastException()
    • Extension Methods
    Back to top Generated by DocFX