SupplyParameterFromTempDataAttribute クラス

定義

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

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SupplyParameterFromTempDataAttribute : Microsoft.AspNetCore.Components.CascadingParameterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SupplyParameterFromTempDataAttribute = class
    inherit CascadingParameterAttributeBase
Public NotInheritable Class SupplyParameterFromTempDataAttribute
Inherits CascadingParameterAttributeBase
継承
SupplyParameterFromTempDataAttribute
属性

コンストラクター

名前 説明
SupplyParameterFromTempDataAttribute()

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

プロパティ

名前 説明
Name

TempData キーを取得または設定します。 指定しない場合は、プロパティ名が使用されます。

適用対象