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: 4.7.2.0 (4.7.2.0)
Syntaxpublic Encoding DeclaredEncoding { get; }Public ReadOnly Property DeclaredEncoding As Encoding
	Get
Property Value
Type: 
Encoding
See Also