EntityXmlEncoding Property |
An attribute specifying, as part of the text declaration, the encoding 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 XmlEncoding { get; }
Public ReadOnly Property XmlEncoding As String
Get
public:
property String^ XmlEncoding {
String^ get ();
}
member XmlEncoding : string with get
Property Value
Type:
String
The XML encoding.
See Also