Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public Encoding DeclaredEncoding { get; }

Property Value

Type: Encoding
See Also