EntityXmlVersion Property |
An attribute specifying, as part of the text declaration, the version number of this entity, when it is an external parsed entity. This is null otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string XmlVersion { get; }
Public ReadOnly Property XmlVersion As String
Get
public:
property String^ XmlVersion {
String^ get ();
}
member XmlVersion : string with get
Property Value
Type:
String
The XML version.
See Also