HtmlAttributeCollectionAdd(String) Method

Create a new HtmlAttributeItem, add it to the Collection, and return it to the caller.

Definition

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

Parameters

name  String
Name of the Attribute to add.

Return Value

HtmlAttributeItem
Newly created and added HtmlAttributeItem.

See Also