AppWebResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Representation of a web element in the app.
public class AppWebResult
type AppWebResult = class
Public Class AppWebResult
- Inheritance
-
AppWebResult
Constructors
AppWebResult() |
Properties
Class |
The CSS class of the element. |
Html |
The raw HTML of the element. |
Id |
The HTML id of the element. |
NodeName |
The tag name of the element. |
NodeType |
The node type of the element. |
Rect |
The AppWebRect rectangle representing the elements position and size. |
TextContent |
The text content of the element. |
Value |
The form value of the element. |
WebView |
A platform specific text representation of the containing web view. |