HtmlElement SetAttribute Method (String, String)C# API
Sets the value of the specified attribute. The attribute will be added if it does not already exist.

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

public void SetAttribute(
	string name,
	string value
)

Parameters

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