HttpSessionStateContainer::CodePage Property
.NET Framework (current version)
Gets or sets the character-set identifier for the current session.
Assembly: System.Web (in System.Web.dll)
public: property int CodePage { virtual int get() sealed; virtual void set(int value) sealed; }
Implements
IHttpSessionState::CodePageA character set (code page) is used to interpret multibyte character data, determining character value, and therefore sort order. Code-page settings apply only to multibyte 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 ContentEncoding property instead.
.NET Framework
Available since 2.0
Available since 2.0
Show: