HtmlAttributeCollectionAdd(String, 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,
string value
)
Public Function Add (
name As String,
value 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.
- value String
-
Value of the Attribute to add.
HtmlAttributeItem
Newly created and added HtmlAttributeItem.