Removes the HtmlElement with the specified name from this Form.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- name
- Type: System String
The name of the HtmlElement to remove.
Exceptions
Exception | Condition |
---|---|
Facilita.Exception NoSuchValueException | The form does not contain an HtmlElement with the specified name. |
See Also