GlobalizationSection Class
.NET Framework 3.0
Defines configuration settings that are used to support the globalization infrastructure of Web applications. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
This example demonstrates how to specify values declaratively for several attributes of the globalization section, which can also be accessed as members of the GlobalizationSection class.
The following configuration file example shows how to specify values declaratively for the globalization section.
<system.web>
<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"/>
</system.web>
The following code example demonstrates how to use the GlobalizationSection class.
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.GlobalizationSection
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.GlobalizationSection
Community Additions
ADD
Show: