Form RemoveElement Method (String, String)C# API
Removes the HtmlElement with the specified name and value 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,
	string value
)

Parameters

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

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