HtmlAttributeCollectionSetAttribute Method
Set the value of the specified attribute in the provided node.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void SetAttribute(
string attributeName,
string value
)
Public Sub SetAttribute (
attributeName As String,
value As String
)
No code example is currently available or this language may not be supported.
Parameters
- attributeName String
-
Name of the attribute property to return.
- value String
-
Value of the attribute.