Gets the HtmlElement with the specified name.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public HtmlElement GetHtmlElement( string name )
Parameters
- name
- Type: System String
The name of the HtmlElement to retrieve.
Return Value
The first HtmlElement in the form that has the specified name.Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | The form does not contain an HtmlElement with the specified name. |
See Also