SessionMiddleware クラス

定義

アプリケーションのセッション状態を有効にします。

public ref class SessionMiddleware
public class SessionMiddleware
type SessionMiddleware = class
Public Class SessionMiddleware
継承
SessionMiddleware

コンストラクター

名前 説明
SessionMiddleware(RequestDelegate, ILoggerFactory, IDataProtectionProvider, ISessionStore, IOptions<SessionOptions>)

新しい SessionMiddleware を作成します。

メソッド

名前 説明
Invoke(HttpContext)

ミドルウェアのロジックを呼び出します。

適用対象