SupplyParameterFromTempDataAttribute Class

Definition

Indicates that the value of the associated property should be supplied from the TempData with the specified name.

[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
Inheritance
SupplyParameterFromTempDataAttribute
Attributes

Constructors

Name Description
SupplyParameterFromTempDataAttribute()

Properties

Name Description
Name

Gets or sets the TempData key. If not specified, the property name will be used.

Applies to