Class WebHitTestResult

    Definition

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

    It is a class for hit test result of web view.

    public class WebHitTestResult : Disposable
    Inheritance
    object
    Disposable
    WebHitTestResult

    Properties

    View Source

    Attributes

    Gets the attributes of hit element of the hit test. The attributes include the standard W3C HTML attributes. For example, if is hit, key 'src', value 'img_girl.jpg' would be stored in the map.

    Declaration
    public IDictionary<string, string> Attributes { get; }
    Property Value
    Type Description
    IDictionary<, ><string, string>
    View Source

    Image

    Gets the image of hit element of the hit test.

    Declaration
    public ImageView Image { get; }
    Property Value
    Type Description
    ImageView
    View Source

    ImageFileNameExtension

    Gets the image file name extension of hit element of the hit test.

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

    ImageUrl

    Gets the image URL of the hit test.

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

    LinkLabel

    Gets the link label of the hit test.

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

    LinkTitle

    Gets the link title of the hit test.

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

    LinkUrl

    Gets the link URL of the hit test.

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

    MediaUrl

    Gets the media URL of the hit test.

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

    NodeValue

    Gets the node value of hit element of the hit test.

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

    TagName

    Gets the tag name of hit element of the hit test.

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

    TestResultContext

    Gets the context of the hit test.

    Declaration
    public WebHitTestResult.ResultContext TestResultContext { get; }
    Property Value
    Type Description
    WebHitTestResult.ResultContext

    Methods

    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)

    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