HtmlAttributeCollectionAddClass Method

Add a class reference to the class attribute, if unique.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void AddClass(
	string className
)

Parameters

className  String
Name of the class reference to add.

See Also