EntityInputEncoding Property |
An attribute specifying the encoding used for this entity at the time of parsing, when it is an external parsed entity. This is null if it an entity from the internal subset or if it is not known.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string InputEncoding { get; }
Public ReadOnly Property InputEncoding As String
Get
public:
property String^ InputEncoding {
String^ get ();
}
member InputEncoding : string with get
Property Value
Type:
String
The input encoding.
See Also