Table of Contents
DefaultEncoding Property

Gets or sets the default page encoding.

Syntax
 public Encoding DefaultEncoding { get; set; }
Remarks

If you do not set this property, ISO-8859-1 encoding is used.

See Also