Search Results for

    Show / Hide Table of Contents

    Class NativeBrowserApi

    Inheritance
    System.Object
    NativeBrowserApi
    Implements
    INativeBrowserApi
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.String url
    System.String cookieName
    Returns
    Type Description
    System.Boolean

    GetAllCookiesFor(String)

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

    GetLastException()

    Declaration
    public Exception GetLastException()
    Returns
    Type Description
    System.Exception

    Implements

    INativeBrowserApi

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • NativeBrowserApi()
    • Methods
      • ClearCookie(String, String)
      • GetAllCookiesFor(String)
      • GetLastException()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX