Share via


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

Name Description
SessionFeature()

Properties

Name Description
Session

The ISession for the current request.

Applies to