TempDataAttribute Classe

Definizione

Le proprietà decorate con TempDataAttribute avranno i relativi valori archiviati in e caricati da ITempDataDictionary. TempDataAttribute è supportato nelle proprietà dei controller, delle pagine Razor e dei modelli di pagina 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
Ereditarietà
TempDataAttribute
Attributi

Costruttori

TempDataAttribute()

Le proprietà decorate con TempDataAttribute avranno i relativi valori archiviati in e caricati da ITempDataDictionary. TempDataAttribute è supportato nelle proprietà dei controller, delle pagine Razor e dei modelli di pagina Razor.

Proprietà

Key

Ottiene o imposta la chiave utilizzata per ottenere o aggiungere la proprietà dal valore da ITempDataDictionary. Se non specificato, la chiave viene derivata dal nome della proprietà.

Si applica a