SessionFeature Klasse

Definition

Bietet Zugriff auf die ISession für die aktuelle Anforderung.

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
Vererbung
SessionFeature
Implementiert

Konstruktoren

SessionFeature()

Bietet Zugriff auf die ISession für die aktuelle Anforderung.

Eigenschaften

Session

Das ISession für die aktuelle Anforderung.

Gilt für: