HtmlAttributeCollectionAdd 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.3013.4544
C#
public HtmlAttributeItem Add()

Return Value

HtmlAttributeItem
Newly created and added HtmlAttributeItem.

See Also