SupplyParameterFromSessionAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関連付けられたプロパティの値を、指定した名前のセッションから指定する必要があることを示します。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SupplyParameterFromSessionAttribute : Microsoft.AspNetCore.Components.CascadingParameterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SupplyParameterFromSessionAttribute = class
inherit CascadingParameterAttributeBase
Public NotInheritable Class SupplyParameterFromSessionAttribute
Inherits CascadingParameterAttributeBase
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SupplyParameterFromSessionAttribute() |
関連付けられたプロパティの値を、指定した名前のセッションから指定する必要があることを示します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Name |
セッション キーの名前を取得または設定します。 指定しない場合は、プロパティ名が使用されます。 |