SessionFeature Class

Definition

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.

Applies to