NameCollectionAdd(String) Method

Create and add a new Name Item to the Collection, then return it to the caller.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public NameItem Add(
	string value
)

Parameters

value  String
The Name for this Item.

Return Value

NameItem
Newly created and added NameItem.

See Also