GlobalizationSection.EnableBestFitResponseEncoding Property

Definition

Gets or sets a value indicating whether the best-fit character encoding for a response is enabled.

public:
 property bool EnableBestFitResponseEncoding { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enableBestFitResponseEncoding", DefaultValue=false)]
public bool EnableBestFitResponseEncoding { get; set; }
[<System.Configuration.ConfigurationProperty("enableBestFitResponseEncoding", DefaultValue=false)>]
member this.EnableBestFitResponseEncoding : bool with get, set
Public Property EnableBestFitResponseEncoding As Boolean

Property Value

true if the best-fit character encoding for a response is enabled; otherwise, false. The default is false.

Attributes

Applies to