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.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool IsId { get; }
Public ReadOnly Property IsId As Boolean
Get
public:
property bool IsId {
bool get ();
}
member IsId : bool with get
Property Value
Type:
Booleantrue if this instance is id; otherwise,
false.
See Also