SupplyParameterFromSessionAttribute クラス

定義

関連付けられたプロパティの値を、指定した名前のセッションから指定する必要があることを示します。

[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
属性

コンストラクター

名前 説明
SupplyParameterFromSessionAttribute()

関連付けられたプロパティの値を、指定した名前のセッションから指定する必要があることを示します。

プロパティ

名前 説明
Name

セッション キーの名前を取得または設定します。 指定しない場合は、プロパティ名が使用されます。

適用対象