HtmlElement SetAttribute Method (String)C# API
Sets the value of the specified attribute to an empty string.

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

public void SetAttribute(
	string name
)

Parameters

name
Type: System String
The name of the attribute on which to set the value.
See Also