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.

    public class NavigationPolicyEventArgs : PolicyDecisionEventArgs
    Inheritance
    object
    PolicyDecisionEventArgs
    NavigationPolicyEventArgs

    Properties

    View Source

    Cookie

    Gets the cookie.

    Declaration
    public string Cookie { get; }
    Property Value
    Type Description
    string
    View Source

    NavigationType

    Gets the Navigation Type of policy.

    Declaration
    public NavigationType NavigationType { get; }
    Property Value
    Type Description
    NavigationType

    Extension Methods

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