SupplyParameterFromTempDataAttribute Clase

Definición

Indica que el valor de la propiedad asociada debe proporcionarse desde TempData con el nombre 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
Herencia
SupplyParameterFromTempDataAttribute
Atributos

Constructores

Nombre Description
SupplyParameterFromTempDataAttribute()

Indica que el valor de la propiedad asociada debe proporcionarse desde TempData con el nombre especificado.

Propiedades

Nombre Description
Name

Obtiene o establece la clave TempData. Si no se especifica, se usará el nombre de la propiedad.

Se aplica a