SessionFeature クラス

定義

現在の要求の ISession へのアクセスを提供します。

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
継承
SessionFeature
実装

コンストラクター

SessionFeature()

現在の要求の ISession へのアクセスを提供します。

プロパティ

Session

現在の要求に関する ISession

適用対象