Class NavigationPolicyEventArgs

    Definition

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

    This class is derived from PolicyDecisionEventArgs. This class provides the properties for Navigation Policy of WebView.

    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public class NavigationPolicyEventArgs : PolicyDecisionEventArgs
    Inheritance
    object
    System.EventArgs
    PolicyDecisionEventArgs
    NavigationPolicyEventArgs

    Properties

    View Source

    Cookie

    Gets the cookie.

    Declaration
    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public string Cookie { get; }
    Property Value
    Type Description
    string
    View Source

    NavigationType

    Gets the Navigation Type of policy.

    Declaration
    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public NavigationType NavigationType { get; }
    Property Value
    Type Description
    NavigationType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX