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
属性值
如果启用最适合用于响应的字符编码,则为 true;否则为 false。true if the best-fit character encoding for a response is enabled; otherwise, false. 默认值为 false。The default is false.
- 属性