WebLoadOptions.Encoding property

On this page

Get or sets the encoding to be used when loading the web document. If the property is null the encoding will be determined from document character set attribute

public string Encoding { get; set; }

See Also

On this page