Search Results for

    Show / Hide Table of Contents

    Interface ICookieManager

    Manages browser cookies from a desktop application

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

    Methods

    ClearCookiesFor(String)

    Clears all cookies for the specified URL, including HttpOnly cookies.

    Declaration
    void ClearCookiesFor(string url)
    Parameters
    Type Name Description
    System.String url

    URL to clear cookies for. It must include the protocol, i.e. http:// or https://

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Methods
      • ClearCookiesFor(String)
    • Extension Methods
    Back to top Generated by DocFX