SupplyParameterFromQueryAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
- 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. |