System.Web.Configuration.GlobalizationSection Members

The members of System.Web.Configuration.GlobalizationSection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Initializes a new instance of the System.Web.Configuration.GlobalizationSection class by using default settings.

Public Properties

Culturestring.

Gets or sets a value specifying the default culture for processing incoming Web requests.

EnableBestFitResponseEncodingbool.

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

EnableClientBasedCulturebool.

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.

FileEncodingSystem.Text.Encoding.

Gets or sets a value specifying the default encoding for .aspx, .asmx, and .asax file parsing.

RequestEncodingSystem.Text.Encoding.

Gets or sets a value specifying the content encoding of HTTP requests.

ResourceProviderFactoryTypestring.

Gets or sets the factory type of the resource provider.

ResponseEncodingSystem.Text.Encoding.

Gets or sets a value specifying the content encoding of HTTP responses.

ResponseHeaderEncodingSystem.Text.Encoding.

Gets or sets a value specifying the header encoding of HTTP responses.

UICulturestring.

Gets or sets a value specifying the default culture for processing locale-dependent resource searches.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Protected Methods

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.