Form RemoveElement Method (String)C# API
Removes the HtmlElement with the specified name from this Form.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void RemoveElement(
	string name
)

Parameters

name
Type: System String
The name of the HtmlElement to remove.
Exceptions

ExceptionCondition
Facilita.Exception NoSuchValueExceptionThe form does not contain an HtmlElement with the specified name.
See Also