SupplyParameterFromTempDataAttribute Classe

Definição

Indica que o valor da propriedade associada deve ser fornecido do TempData com o nome especificado.

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

Construtores

Nome Description
SupplyParameterFromTempDataAttribute()

Indica que o valor da propriedade associada deve ser fornecido do TempData com o nome especificado.

Propriedades

Nome Description
Name

Obtém ou define a chave TempData. Se não for especificado, o nome da propriedade será usado.

Aplica-se a