HtmlElement RemoveAttribute Method C# API
Removes an attribute from this HTML element. This method has no effect if the attribute does not exist.

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

public void RemoveAttribute(
	string name
)

Parameters

name
Type: System String
The name of the attribute to remove.
See Also