TempDataAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
裝飾 TempDataAttribute 的屬性會將其值儲存在 中,並從 載入 ITempDataDictionary 。 TempDataAttribute 支援控制器、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 的屬性會將其值儲存在 中,並從 載入 ITempDataDictionary 。 TempDataAttribute 支援控制器、Razor 頁面和 Razor 頁面模型的屬性。 |
屬性
Key |
取得或設定用來從 ITempDataDictionary 值取得或新增屬性的索引鍵。 未指定時,索引鍵會衍生自屬性名稱。 |