AttrIsId Property
Returns whether this attribute is known to be of type ID (i.e. to contain an identifier for its owner element) or not.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public bool IsId { get; }

Property Value

Type: Boolean
true if this instance is id; otherwise, false.
See Also