AutoDetectEncoding Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets a value indicating if document encoding must be automatically detected.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public bool AutoDetectEncoding { get; set; }
Visual Basic
Public Property AutoDetectEncoding As Boolean
	Get
	Set
Visual C++
public:
property bool AutoDetectEncoding {
	bool get ();
	void set (bool value);
}

See Also