Acrux Html Parser Documentation
ContentEncoding Property
NamespacesAcrux.HtmlHtmlDocumentContentEncoding
The encoding of the HTML document. If the encoding was not determined by the byte-order mark then UTF8 is used.
Declaration Syntax
C#Visual BasicVisual C++
public Encoding ContentEncoding { get; }
Public ReadOnly Property ContentEncoding As Encoding
public:
property Encoding^ ContentEncoding {
	Encoding^ get ();
}

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)