HtmlAttributeCollectionAddUnique Method
Add an Attribute to the Collection if it has a unique name.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlAttributeItem AddUnique(
string name
)
Public Function AddUnique (
name As String
) As HtmlAttributeItem
No code example is currently available or this language may not be supported.
- name String
-
Name of the attribute to add.
HtmlAttributeItem
Instance of the Attribute found or created.