HtmlLoadOptions.InputEncoding

HtmlLoadOptions.InputEncoding property

Gets or sets the attribute specifying the encoding used for this document at the time of the parsing. If this attribute is null the encoding will determine from document character set atribute.

public string InputEncoding { get; set; }

See Also