Class WebPolicyDecisionMaker

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    It is a class for policy decision maker of web view.

    public class WebPolicyDecisionMaker : Disposable
    Inheritance
    object
    Disposable
    WebPolicyDecisionMaker

    Properties

    View Source

    Cookie

    Gets a cookie that web page has.

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

    DecisionNavigationType

    Gets a navigation type.

    Declaration
    public WebPolicyDecisionMaker.NavigationType DecisionNavigationType { get; }
    Property Value
    Type Description
    WebPolicyDecisionMaker.NavigationType
    View Source

    Frame

    Gets frame of web view.

    Declaration
    public WebFrame Frame { get; }
    Property Value
    Type Description
    WebFrame
    View Source

    PolicyDecisionType

    Gets a decision type.

    Declaration
    public WebPolicyDecisionMaker.DecisionType PolicyDecisionType { get; }
    Property Value
    Type Description
    WebPolicyDecisionMaker.DecisionType
    View Source

    ResponseMime

    Gets a MIME type for response data.

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

    ResponseStatusCode

    Gets a HTTP status code.

    Declaration
    public int ResponseStatusCode { get; }
    Property Value
    Type Description
    int
    View Source

    Scheme

    Gets a scheme.

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

    Url

    Gets the URL that request policy decision.

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Ignore()

    Ignores the action which triggers this decision.

    Declaration
    public bool Ignore()
    Returns
    Type Description
    bool
    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)
    View Source

    Suspend()

    Suspends the operation for policy decision.

    Declaration
    public bool Suspend()
    Returns
    Type Description
    bool
    View Source

    Use()

    Accepts the action which triggers this decision.

    Declaration
    public bool Use()
    Returns
    Type Description
    bool

    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