System.Web 2.0.0.0 System.Configuration.ConfigurationSection The class provides a way to programmatically access and modify the content of the globalization section of the configuration file. Defines configuration settings that are used to support the globalization infrastructure of Web applications. This class cannot be inherited. Constructor The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the class by using the method. Initializes a new instance of the class by using default settings. 2.0.0.0 Property System.Configuration.ConfigurationProperty("culture", DefaultValue="") System.String To be added. The property returns the default culture for processing incoming Web requests. Gets or sets a value specifying the default culture for processing incoming Web requests. 2.0.0.0 Property System.Configuration.ConfigurationProperty("enableBestFitResponseEncoding", DefaultValue="False") System.Boolean To be added. To be added. Gets or sets a value indicating whether the best-fit character encoding for a response is enabled. 2.0.0.0 Property System.Configuration.ConfigurationProperty("enableClientBasedCulture", DefaultValue="False") System.Boolean To be added. When the property is enabled, the and properties are based on the header field value that is sent by the client browser. If the header value cannot be mapped to a specific culture, the and values are used. The default value is false. Gets or sets a value indicating whether the and properties should be based on the header field value that is sent by the client browser. 2.0.0.0 Property System.Configuration.ConfigurationProperty("fileEncoding") System.Text.Encoding To be added. The property specifies the default encoding that is used to interpret the data that is included in the .aspx, .asmx, and .asax file types. If the file encoding is specified in the Web.config file, the actual file must be saved in the same encoding. Unicode files and UTF-8 files that are saved with the byte order mark prefix property are automatically recognized regardless of the value of the . If the property setting for the server or application is configured to use UTF-16, and if UTF-16 is not the encoding that is used for an .aspx page in the scope of the configuration file, the output that is sent to the client browser is corrupted. For this reason, ensure that the configured value matches the encoding that is used in the .aspx page. Gets or sets a value specifying the default encoding for .aspx, .asmx, and .asax file parsing. 2.0.0.0 Method System.Void To be added. To be added. 2.0.0.0 Method System.Void To be added. To be added. To be added. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. 2.0.0.0 Property System.Configuration.ConfigurationProperty("requestEncoding", DefaultValue="utf-8") System.Text.Encoding To be added. The property specifies the assumed encoding of each incoming HTTP request, including posted data and query-string data. If the request comes with a request header containing a field, the field of the request header overrides the of the configuration. The default encoding is UTF-8, specified in the globalization section of the Machine.config file that was created when the .NET Framework was installed. If the property is not specified in the Machine.config or Web.config file, encoding defaults to the Regional Options locale setting on the computer. For single-server applications, the and properties should be the same. When using multiple server applications where the default server encodings are different, you can use local Web.config files to vary the and properties. Gets or sets a value specifying the content encoding of HTTP requests. 2.0.0.0 Property System.Configuration.ConfigurationProperty("resourceProviderFactoryType", DefaultValue="") System.String To be added. To be added. Gets or sets the factory type of the resource provider. 2.0.0.0 Property System.Configuration.ConfigurationProperty("responseEncoding", DefaultValue="utf-8") System.Text.Encoding To be added. The property gets or sets a value specifying the content encoding of HTTP responses. The default encoding is UTF-8. Gets or sets a value specifying the content encoding of HTTP responses. 2.0.0.0 Property System.Configuration.ConfigurationProperty("responseHeaderEncoding", DefaultValue="utf-8") System.Text.Encoding To be added. The property gets or sets a value specifying the header encoding of HTTP responses. The default encoding is UTF-8. Gets or sets a value specifying the header encoding of HTTP responses. 2.0.0.0 Property System.Configuration.ConfigurationProperty("uiCulture", DefaultValue="") System.String To be added. The property specifies the default culture for processing locale-dependent resource searches. Gets or sets a value specifying the default culture for processing locale-dependent resource searches. 2.0.0.0