HtmlElement
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
<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
WebDDA
Use data driven adapters (DDAs)
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright