GlobalizationSection.EnableBestFitResponseEncoding 属性

定义

获取或设置一个值,该值指示是否启用最适合用于响应的字符编码。

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

属性值

如果启用最适合用于响应的字符编码,则为 true;否则为 false。 默认值为 false

属性

适用于