Click or drag to resize

HtmlDocumentDetectEncodingHtml Method

Detects the encoding of an HTML text.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public Encoding DetectEncodingHtml(
	string html
)

Parameters

html
Type: SystemString
The input html text. May not be null.

Return Value

Type: Encoding
The detected encoding.
See Also