SupplyParameterFromQueryAttribute 类    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示路由组件可能为当前 URL 查询字符串中的 参数提供值。 如果 URL 查询字符串发生更改,它们可能还会提供进一步的值。
[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)]
public sealed class SupplyParameterFromQueryAttribute : Attribute[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SupplyParameterFromQueryAttribute = class
    inherit CascadingParameterAttributeBase[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SupplyParameterFromQueryAttribute = class
    inherit AttributePublic NotInheritable Class SupplyParameterFromQueryAttribute
Inherits CascadingParameterAttributeBasePublic NotInheritable Class SupplyParameterFromQueryAttribute
Inherits Attribute- 继承
- 继承
- 
				SupplyParameterFromQueryAttribute
- 属性
构造函数
| SupplyParameterFromQueryAttribute() | 指示路由组件可能为当前 URL 查询字符串中的 参数提供值。 如果 URL 查询字符串发生更改,它们可能还会提供进一步的值。 | 
属性
| Name | 获取或设置查询字符串参数的名称。 如果为 null,则假定 querystring 参数与关联的属性同名。 |