Show / Hide Table of Contents

    Enum CookieAcceptPolicy

    Enumeration for the cookies accept policies.

    Namespace: Tizen.WebView
    Assembly: Tizen.WebView.dll
    Syntax
    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.

    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX