StreamEncoding Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the encoding of the stream used to read the document.

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

Syntax

C#
public Encoding StreamEncoding { get; }
Visual Basic
Public ReadOnly Property StreamEncoding As Encoding
	Get
Visual C++
public:
property Encoding^ StreamEncoding {
	Encoding^ get ();
}

See Also