NameCollectionAdd(String) Method
Create and add a new Name Item to the Collection, then return it to the
caller.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public NameItem Add(
string value
)
Public Function Add (
value As String
) As NameItem
No code example is currently available or this language may not be supported.
- value String
-
The Name for this Item.
NameItem
Newly created and added NameItem.