SessionFeature Class¶
- Namespace
Microsoft.AspNetCore.Session- Assemblies
- Microsoft.AspNetCore.Session
Syntax¶
public class SessionFeature : ISessionFeature
-
class
Microsoft.AspNetCore.Session.SessionFeature
Properties¶
-
Microsoft.AspNetCore.Session.SessionFeature.Session¶ Return type: Microsoft.AspNetCore.Http.ISession public ISession Session { get; set; }
-