DefaultWebOptions.AlwaysSaveInDefaultEncoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the default encoding is used when you save a Web page or plain text document, independent of the file's original encoding when opened. False if the original encoding of the file is used. The default value is False.
public:
property bool AlwaysSaveInDefaultEncoding { bool get(); void set(bool value); };
public bool AlwaysSaveInDefaultEncoding { get; set; }
Public Property AlwaysSaveInDefaultEncoding As Boolean
Property Value
Remarks
The Encoding property can be used to set the default encoding.