AttrValue Property
On retrieval, the value of the attribute is returned as a string.

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

Property Value

Type: String
The value.
See Also