HtmlAttributeCollectionAdd(String) Method
Create a new HtmlAttributeItem, add it to the Collection, and return it
to the caller.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlAttributeItem Add(
string name
)
Public Function Add (
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
Newly created and added HtmlAttributeItem.