Search Results for

    Show / Hide Table of Contents

    Class NativeBrowserApi

    Inheritance
    object
    NativeBrowserApi
    Implements
    INativeBrowserApi
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Browser
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    [Obsolete("Use WebView2 instead of WebBrowser.")]
    public class NativeBrowserApi : INativeBrowserApi

    Constructors

    NativeBrowserApi()

    Declaration
    public NativeBrowserApi()

    Methods

    ClearCookie(string, string)

    Declaration
    public bool ClearCookie(string url, string cookieName)
    Parameters
    Type Name Description
    string url
    string cookieName
    Returns
    Type Description
    bool

    GetAllCookiesFor(string)

    Declaration
    public string GetAllCookiesFor(string uri)
    Parameters
    Type Name Description
    string uri
    Returns
    Type Description
    string

    GetLastException()

    Declaration
    public Exception GetLastException()
    Returns
    Type Description
    Exception

    Implements

    INativeBrowserApi

    Extension Methods

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