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