GlobalizationSection.EnableBestFitResponseEncoding Property

 

Gets or sets a value indicating whether the best-fit character encoding for a response is enabled.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

<ConfigurationPropertyAttribute("enableBestFitResponseEncoding",
	DefaultValue := False)>
Public Property EnableBestFitResponseEncoding As Boolean

Property Value

Type: System.Boolean

true if the best-fit character encoding for a response is enabled; otherwise, false. The default is false.

.NET Framework
Available since 2.0
Return to top
Show: