SupplyParameterFromTempDataAttribute Třída

Definice

Označuje, že hodnota přidružené vlastnosti by měla být zadána z TempData se zadaným názvem.

[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
Dědičnost
SupplyParameterFromTempDataAttribute
Atributy

Konstruktory

Name Description
SupplyParameterFromTempDataAttribute()

Označuje, že hodnota přidružené vlastnosti by měla být zadána z TempData se zadaným názvem.

Vlastnosti

Name Description
Name

Získá nebo nastaví klíč TempData. Pokud není zadáno, použije se název vlastnosti.

Platí pro