| HtmlDocumentDetectEncodingHtml Method  | 
            Detects the encoding of an HTML text.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic Encoding DetectEncodingHtml(
	string html
)
Public Function DetectEncodingHtml ( 
	html As String
) As Encoding
Parameters
- html
 - Type: SystemString
The input html text. May not be null. 
Return Value
Type: 
EncodingThe detected encoding.
See Also