Share via


SupplyParameterFromPersistentComponentStateAttribute Class

Definition

Indicates that the value for the parameter might come from persistent component state from a previous render.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SupplyParameterFromPersistentComponentStateAttribute : Microsoft.AspNetCore.Components.CascadingParameterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SupplyParameterFromPersistentComponentStateAttribute = class
    inherit CascadingParameterAttributeBase
Public NotInheritable Class SupplyParameterFromPersistentComponentStateAttribute
Inherits CascadingParameterAttributeBase
Inheritance
SupplyParameterFromPersistentComponentStateAttribute
Attributes

Applies to