DefaultWebOptions.AlwaysSaveInDefaultEncoding Property

Definition

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.

Applies to