HtmlDocumentDeclaredEncoding Property |
Gets the document's declared encoding.
Declared encoding is determined using the meta http-equiv="content-type" content="text/html;charset=XXXXX" html node.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public Encoding DeclaredEncoding { get; }
Public ReadOnly Property DeclaredEncoding As Encoding
Get
Property Value
Type:
EncodingSee Also