The members of System.Web.Configuration.GlobalizationSection are listed below.
See Also: Inherited members from System.Configuration.ConfigurationSection
Initializes a new instance of the System.Web.Configuration.GlobalizationSection class by using default settings. |
Culture | string.
Gets or sets a value specifying the default culture for processing incoming Web requests. | |
EnableBestFitResponseEncoding | bool.
Gets or sets a value indicating whether the best-fit character encoding for a response is enabled. | |
EnableClientBasedCulture | bool.
Gets or sets a value indicating whether the GlobalizationSection.Culture and GlobalizationSection.UICulture properties should be based on the System.Net.HttpRequestHeader.AcceptLanguage header field value that is sent by the client browser. | |
FileEncoding | System.Text.Encoding.
Gets or sets a value specifying the default encoding for .aspx, .asmx, and .asax file parsing. | |
RequestEncoding | System.Text.Encoding.
Gets or sets a value specifying the content encoding of HTTP requests. | |
ResourceProviderFactoryType | string.
Gets or sets the factory type of the resource provider. | |
ResponseEncoding | System.Text.Encoding.
Gets or sets a value specifying the content encoding of HTTP responses. | |
ResponseHeaderEncoding | System.Text.Encoding.
Gets or sets a value specifying the header encoding of HTTP responses. | |
UICulture | string.
Gets or sets a value specifying the default culture for processing locale-dependent resource searches. |
[read-only] override | Properties | System.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered. |
override | PostDeserialize()Documentation for this section has not yet been entered. | |
override | PreSerialize(System.Xml.XmlWriter)Documentation for this section has not yet been entered. |