Method GetLocalSession
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
GetLocalSession(HttpContext)
An alias for GetActiveSessionGroup(HttpContext).
public static ILocalSession GetLocalSession(this HttpContext Context)
Parameters
Context
HttpContextHttpContextof the request.
Returns
- ILocalSession
Reference of type ILocalSession to an active session group object associated with the request if available, or to a dummy local session object which IsAvailable property containing false.