语言

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

属性

适用于