Class WebHitTestResult

Definition

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

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

C#
Copy
public class WebHitTestResult : Disposable
Inheritance
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
C#
Copy
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
C#
Copy
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
C#
Copy
public string ImageFileNameExtension { get; }
Property Value
Type Description
String
View Source

ImageUrl

Gets the image URL of the hit test.

Declaration
C#
Copy
public string ImageUrl { get; }
Property Value
Type Description
String
View Source

LinkLabel

Gets the link label of the hit test.

Declaration
C#
Copy
public string LinkLabel { get; }
Property Value
Type Description
String
View Source

LinkTitle

Gets the link title of the hit test.

Declaration
C#
Copy
public string LinkTitle { get; }
Property Value
Type Description
String
View Source

LinkUrl

Gets the link URL of the hit test.

Declaration
C#
Copy
public string LinkUrl { get; }
Property Value
Type Description
String
View Source

MediaUrl

Gets the media URL of the hit test.

Declaration
C#
Copy
public string MediaUrl { get; }
Property Value
Type Description
String
View Source

NodeValue

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

Declaration
C#
Copy
public string NodeValue { get; }
Property Value
Type Description
String
View Source

TagName

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

Declaration
C#
Copy
public string TagName { get; }
Property Value
Type Description
String
View Source

TestResultContext

Gets the context of the hit test.

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

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods