HtmlAttributeCollectionInsertClass Method
Insert a class reference in the specified index of the class attribute.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void InsertClass(
int itemIndex,
string className
)
Public Sub InsertClass (
itemIndex As Integer,
className As String
)
No code example is currently available or this language may not be supported.
Parameters
- itemIndex Int32
-
Index at which to insert the class reference.
- className String
-
Name of the class reference to insert.