HtmlAttributeCollectionInsertClass Method

Insert a class reference in the specified index of the class attribute.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void InsertClass(
	int itemIndex,
	string className
)

Parameters

itemIndex  Int32
Index at which to insert the class reference.
className  String
Name of the class reference to insert.

See Also