GlobalizationSection.EnableBestFitResponseEncoding Property
.NET Framework (current version)
Gets or sets a value indicating whether the best-fit character encoding for a response is enabled.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("enableBestFitResponseEncoding", DefaultValue := False)> Public Property EnableBestFitResponseEncoding As Boolean
Property Value
Type: System.Booleantrue if the best-fit character encoding for a response is enabled; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: