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. |