DefaultSessionFeature クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この型は、ユーザーが を作成ISessionFeatureしなくてもプロパティを直接設定Sessionできる単体テストの目的でのみ存在します。
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
- 継承
-
DefaultSessionFeature
- 実装
コンストラクター
DefaultSessionFeature() |
この型は、ユーザーが を作成ISessionFeatureしなくてもプロパティを直接設定Sessionできる単体テストの目的でのみ存在します。 |
プロパティ
Session |
現在の要求に関する ISession。 |