DefaultSessionFeature Třída

Definice

Tento typ existuje pouze pro účely testování jednotek, kde uživatel může přímo nastavit Session vlastnost bez nutnosti vytvoření ISessionFeature.

public ref class DefaultSessionFeature : Microsoft::AspNetCore::Http::Features::ISessionFeature
public class DefaultSessionFeature : Microsoft.AspNetCore.Http.Features.ISessionFeature
type DefaultSessionFeature = class
    interface ISessionFeature
Public Class DefaultSessionFeature
Implements ISessionFeature
Dědičnost
DefaultSessionFeature
Implementuje

Konstruktory

DefaultSessionFeature()

Vlastnosti

Session

Aktuální ISession požadavek.

Platí pro