Class WebCookieManager

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    WebCookieManager is a class for cookie manager of web view.

    public class WebCookieManager : Disposable
    Inheritance
    object
    Disposable
    WebCookieManager

    Properties

    View Source

    CookieAcceptPolicy

    Cookie accept policy

    Declaration
    public WebCookieManager.CookieAcceptPolicyType CookieAcceptPolicy { get; set; }
    Property Value
    Type Description
    WebCookieManager.CookieAcceptPolicyType

    Methods

    View Source

    ClearCookies()

    Clears cookies.

    Declaration
    public void ClearCookies()
    View Source

    SetPersistentStorage(string, CookiePersistentStorageType)

    Sets the persistent storage.

    Declaration
    public void SetPersistentStorage(string path, WebCookieManager.CookiePersistentStorageType storageType)
    Parameters
    Type Name Description
    string path

    The path for persistent storage

    WebCookieManager.CookiePersistentStorageType storageType

    The type of storage

    Events

    View Source

    CookieChanged

    Event for cookie changed when cookies are added, removed or modified.

    Declaration
    public event EventHandler<EventArgs> CookieChanged
    Event Type
    Type Description
    EventHandler<><EventArgs>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX