HtmlElement
<HTMLElement> element associates a named control to the HTML object specified by the search path. This topic describes the elements of an <HTMLElemet>
<HTMLElement> syntax
The following code snippet shows how <HTMLElement> is used:
<HTMLElement name="control name">
Search Path Elements
</HTMLElement>
Elements of <HTMLElement>
The following table describes the elements of the <HTMLElement> tag.
Element | Description |
---|---|
FindControl |
Returns True if the control can be found on the user interface (UI), otherwise False. |
GetControlValue |
Returns the content of the HTML object. |
SetControlValue |
Throws an UnsupportedControlOperation exception. |
ExecuteControlAction |
Executes a Click() command on the control. |
See Also
Concepts
WebDDA
Use data driven adapters (DDAs)
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.