EntityNotationName Property |
For unparsed entities, the name of the notation for the entity. For parsed entities, this is null.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string NotationName { get; }
Public ReadOnly Property NotationName As String
Get
public:
property String^ NotationName {
String^ get ();
}
member NotationName : string with get
Property Value
Type:
String
The name of the notation.
See Also