Table of Contents

Property LocalSession

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

LocalSession

Points to an Local Session object for this request.

ILocalSession LocalSession { get; }

Property Value

ILocalSession

Remarks

Unlike Active Session objects Local Session objects cannot be used to create, search for an control runners. They can only contain a scoped service (DI) container and a dictionary of named objects, associated with the session. Also at most one Local Session object can be associated with an ASP.NET Core session