Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the HttpSessionStateBase object for the current HTTP request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property Session As HttpSessionStateBase
Get
public HttpSessionStateBase Session { get; }
public:
property HttpSessionStateBase^ Session {
HttpSessionStateBase^ get ();
}
Property Value
Type: System.Web.HttpSessionStateBase
The HTTP session-state object for the current HTTP request.