| 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.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic Encoding DeclaredEncoding { get; }Public ReadOnly Property DeclaredEncoding As Encoding
	Get
Property Value
Type: 
Encoding
See Also