HttpSessionStateWrapper.CodePage Property

Definition

Gets or sets the character-set identifier for the current session.

public:
 virtual property int CodePage { int get(); void set(int value); };
public override int CodePage { get; set; }
member this.CodePage : int with get, set
Public Overrides Property CodePage As Integer

Property Value

The character-set identifier for the current session.

Applies to