HtmlAttributeCollectionSetAttribute Method

Set the value of the specified attribute in the provided node.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void SetAttribute(
	string attributeName,
	string value
)

Parameters

attributeName  String
Name of the attribute property to return.
value  String
Value of the attribute.

See Also