Compartir a través de


SupplyParameterFromQueryAttribute Clase

Definición

Indica que los componentes de enrutamiento pueden proporcionar un valor para el parámetro de la cadena de consulta de dirección URL actual. También pueden proporcionar más valores si cambia la cadena de consulta url.

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

Constructores

SupplyParameterFromQueryAttribute()

Indica que los componentes de enrutamiento pueden proporcionar un valor para el parámetro de la cadena de consulta de dirección URL actual. También pueden proporcionar más valores si cambia la cadena de consulta url.

Propiedades

Name

Obtiene o establece el nombre del parámetro querystring. Si es null, se supone que el parámetro querystring tiene el mismo nombre que la propiedad asociada.

Se aplica a