Class ResponsePolicyEventArgs

    Definition

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

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

    public class ResponsePolicyEventArgs : PolicyDecisionEventArgs
    Inheritance
    object
    PolicyDecisionEventArgs
    ResponsePolicyEventArgs

    Properties

    View Source

    Cookie

    Gets the cookie.

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

    IsDownload

    Checks policy decision type is Download.

    Declaration
    public bool IsDownload { get; }
    Property Value
    Type Description
    bool
    View Source

    StatusCode

    Gets http response status code.

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    int

    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