HtmlDocumentDetectEncodingHtml Method  | 
 
            Detects the encoding of an HTML text.
            
 
    Namespace: 
   WorkflowGen.My.HtmlAgilityPack
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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