TempDataAttribute Classe

Definição

As propriedades decoradas com TempDataAttribute terão seus valores armazenados e carregados do ITempDataDictionary. TempDataAttribute tem suporte em propriedades de Controladores, Razor Pages e Razor Page Models.

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
Herança
TempDataAttribute
Atributos

Construtores

TempDataAttribute()

As propriedades decoradas com TempDataAttribute terão seus valores armazenados e carregados do ITempDataDictionary. TempDataAttribute tem suporte em propriedades de Controladores, Razor Pages e Razor Page Models.

Propriedades

Key

Obtém ou define a chave usada para obter ou adicionar a propriedade do valor de ITempDataDictionary. Quando não especificada, a chave é derivada do nome da propriedade.

Aplica-se a