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