SessionFeature Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the ISession for the current request.
public ref class SessionFeature : Microsoft::AspNetCore::Http::Features::ISessionFeature
public class SessionFeature : Microsoft.AspNetCore.Http.Features.ISessionFeature
type SessionFeature = class
interface ISessionFeature
Public Class SessionFeature
Implements ISessionFeature
- Inheritance
-
SessionFeature
- Implements
Constructors
SessionFeature() |
Properties
Session |
The ISession for the current request. |