Search Results for

    Show / Hide Table of Contents

    Interface INativeBrowserApi

    Namespace: Sdl.Desktop.Platform.Controls.Browser
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public interface INativeBrowserApi

    Methods

    ClearCookie(String, String)

    Declaration
    bool ClearCookie(string url, string cookieName)
    Parameters
    Type Name Description
    System.String url
    System.String cookieName
    Returns
    Type Description
    System.Boolean

    GetAllCookiesFor(String)

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

    GetLastException()

    Declaration
    Exception GetLastException()
    Returns
    Type Description
    System.Exception

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

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