SessionFeature クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の要求の 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。 |