AttrSpecified Property
True if this attribute was explicitly given a value in the instance document, false otherwise.

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

Property Value

Type: Boolean
true if specified; otherwise, false.
See Also