SupplyParameterFromSessionAttribute Clase

Definición

Indica que el valor de la propiedad asociada debe proporcionarse desde la sesión con el nombre especificado.

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

Constructores

Nombre Description
SupplyParameterFromSessionAttribute()

Indica que el valor de la propiedad asociada debe proporcionarse desde la sesión con el nombre especificado.

Propiedades

Nombre Description
Name

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

Se aplica a