GlobalizationSection.EnableBestFitResponseEncoding 属性

定义

获取或设置一个值,该值指示是否启用最适合用于响应的字符编码。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=Mono.Cecil.CustomAttributeArgument)]
public bool EnableBestFitResponseEncoding { get; set; }
[<System.Configuration.ConfigurationProperty("enableBestFitResponseEncoding", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.EnableBestFitResponseEncoding : bool with get, set
Public Property EnableBestFitResponseEncoding As Boolean

属性值

Boolean

如果启用最适合用于响应的字符编码,则为 true;否则为 falsetrue if the best-fit character encoding for a response is enabled; otherwise, false. 默认值为 falseThe default is false.

属性

适用于