Share via


SupplyParameterFromQueryAttribute Classe

Definizione

Indica che i componenti di routing possono fornire un valore per il parametro dalla query querystring dell'URL corrente. Possono anche fornire altri valori se l'URL querystring cambia.

[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
Ereditarietà
SupplyParameterFromQueryAttribute
Ereditarietà
SupplyParameterFromQueryAttribute
Attributi

Costruttori

SupplyParameterFromQueryAttribute()

Indica che i componenti di routing possono fornire un valore per il parametro dalla query querystring dell'URL corrente. Possono anche fornire altri valori se l'URL querystring cambia.

Proprietà

Name

Ottiene o imposta il nome del parametro querystring. Se null, si presuppone che il parametro querystring abbia lo stesso nome della proprietà associata.

Si applica a