Enum CookiePersistentStorage

    Definition

    Namespace:
    Tizen.WebView
    Assembly:
    Tizen.WebView.dll

    Enumeration for creating a type name for the storage of persistent cookies.

    public enum CookiePersistentStorage

    Fields

    Name Description
    SqlLite

    Cookies are stored in a SQLite file in the current Mozilla format.

    Text

    Cookies are stored in a text file in the Mozilla "cookies.txt" format.

    Extension Methods

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