TempDataAttribute 類別

定義

裝飾 TempDataAttribute 的屬性會將其值儲存在 中,並從 載入 ITempDataDictionaryTempDataAttribute 支援控制器、Razor 頁面和 Razor 頁面模型的屬性。

public ref class TempDataAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class TempDataAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type TempDataAttribute = class
    inherit Attribute
Public NotInheritable Class TempDataAttribute
Inherits Attribute
繼承
TempDataAttribute
屬性

建構函式

TempDataAttribute()

裝飾 TempDataAttribute 的屬性會將其值儲存在 中,並從 載入 ITempDataDictionaryTempDataAttribute 支援控制器、Razor 頁面和 Razor 頁面模型的屬性。

屬性

Key

取得或設定用來從 ITempDataDictionary 值取得或新增屬性的索引鍵。 未指定時,索引鍵會衍生自屬性名稱。

適用於