System.Web.Configuration.GlobalizationSection: Property Members

The properties of System.Web.Configuration.GlobalizationSection are listed below. For a list of all members, see the GlobalizationSection Members list.

See Also: Inherited members from System.Configuration.ConfigurationSection

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.