SupplyParameterFromQueryAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique que les composants de routage peuvent fournir une valeur pour le paramètre à partir de la chaîne de requête d’URL actuelle. Ils peuvent également fournir d’autres valeurs si la chaîne de requête d’URL change.
[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
- Héritage
-
SupplyParameterFromQueryAttribute
- Héritage
- Attributs
Constructeurs
SupplyParameterFromQueryAttribute() |
Indique que les composants de routage peuvent fournir une valeur pour le paramètre à partir de la chaîne de requête d’URL actuelle. Ils peuvent également fournir d’autres valeurs si la chaîne de requête d’URL change. |
Propriétés
Name |
Obtient ou définit le nom du paramètre de chaîne de requête. Si la valeur est null, le paramètre de chaîne de requête est supposé avoir le même nom que la propriété associée. |