| HtmlDocumentDetectEncoding Method (String) | 
            Detects the encoding of an HTML file.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic Encoding DetectEncoding(
	string path
)
Public Function DetectEncoding ( 
	path As String
) As Encoding
Parameters
- path
 - Type: SystemString
Path for the file containing the HTML document to detect. May not be null. 
Return Value
Type: 
EncodingThe detected encoding.
See Also