System.Web.Configuration.GlobalizationSection.ResponseHeaderEncoding Property

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

Syntax

[System.Configuration.ConfigurationProperty("responseHeaderEncoding", DefaultValue="utf-8")]
public System.Text.Encoding ResponseHeaderEncoding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The GlobalizationSection.ResponseHeaderEncoding property gets or sets a value specifying the header encoding of HTTP responses. The default encoding is UTF-8.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0