Table of Contents

Method GetLocalSession

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

GetLocalSession(HttpContext)

public static ILocalSession GetLocalSession(this HttpContext Context)

Parameters

Context HttpContext

HttpContextof 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.