Enum CookieAcceptPolicy

    Definition

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

    Enumeration for the cookies accept policies.

    public enum CookieAcceptPolicy

    Fields

    Name Description
    Always

    Accepts every cookie sent from any page.

    Never

    Rejects all the cookies.

    NoThirdParty

    Accepts only cookies set by the main document that is loaded.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX