SupplyParameterFromTempDataAttribute Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- 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. |