HtmlAttributeCollectionHasClass Method
Return a value indicating whether the specified class is defined in
this collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool HasClass(
string className
)
Public Function HasClass (
className As String
) As Boolean
No code example is currently available or this language may not be supported.
- className String
-
Name of the class to search for.
Boolean
Value indicating whether the specified class is defined in the class
attribute of this collection.