HtmlAttributeCollectionSetAttribute Method
Set the value of the specified attribute in the provided node.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3112.4353
public void SetAttribute(
string attributeName,
string attributeValue
)
Public Sub SetAttribute (
attributeName As String,
attributeValue 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.
- attributeValue String
-
Value of the attribute.