KestrunContext.Session property
Returns the ASP.NET Core session if the Session middleware is active; otherwise null.
public ISession? Session { get; }
See Also
- record KestrunContext
- namespace Kestrun.Models
Returns the ASP.NET Core session if the Session middleware is active; otherwise null.
public ISession? Session { get; }