Class WebHitTestResult
Definition
- Assembly:
- Tizen.NUI.dll
It is a class for hit test result of web view.
public class WebHitTestResult : Disposable
- Inheritance
Properties
View SourceAttributes
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> |
Image
Gets the image of hit element of the hit test.
Declaration
public ImageView Image { get; }
Property Value
| Type | Description |
|---|---|
| ImageView |
ImageFileNameExtension
Gets the image file name extension of hit element of the hit test.
Declaration
public string ImageFileNameExtension { get; }
Property Value
| Type | Description |
|---|---|
| string |
ImageUrl
Gets the image URL of the hit test.
Declaration
public string ImageUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
LinkLabel
Gets the link label of the hit test.
Declaration
public string LinkLabel { get; }
Property Value
| Type | Description |
|---|---|
| string |
LinkTitle
Gets the link title of the hit test.
Declaration
public string LinkTitle { get; }
Property Value
| Type | Description |
|---|---|
| string |
LinkUrl
Gets the link URL of the hit test.
Declaration
public string LinkUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
MediaUrl
Gets the media URL of the hit test.
Declaration
public string MediaUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |
NodeValue
Gets the node value of hit element of the hit test.
Declaration
public string NodeValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
TagName
Gets the tag name of hit element of the hit test.
Declaration
public string TagName { get; }
Property Value
| Type | Description |
|---|---|
| string |
TestResultContext
Gets the context of the hit test.
Declaration
public WebHitTestResult.ResultContext TestResultContext { get; }
Property Value
| Type | Description |
|---|---|
| WebHitTestResult.ResultContext |
Methods
View SourceReleaseSwigCPtr(HandleRef)
Declaration
protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.InteropServices.HandleRef | swigCPtr |