IHttpSessionState.CodePage Property
.NET Framework 3.0
Gets or sets the code-page identifier for the current session.
Namespace: System.Web.SessionState
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
A character set (code page) is used to interpret multi-byte character data, determining character value, and therefore sort order. Code-page settings apply only to multi-byte character data, not to Unicode character data.
This CodePage property is provided for compatibility with earlier versions of ASP only. If you do not need to maintain backward compatibility with ASP pages, use the CodePage property of the ContentEncoding property instead.
The following code example implements the CodePage property of the IHttpSessionState interface to get and set the encoding for the current response.
Community Additions
ADD
Show: