SupplyParameterFromQueryAttribute 类

定义

指示路由组件可能为当前 URL 查询字符串中的 参数提供值。 如果 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
继承
SupplyParameterFromQueryAttribute
继承
SupplyParameterFromQueryAttribute
属性

构造函数

SupplyParameterFromQueryAttribute()

指示路由组件可能为当前 URL 查询字符串中的 参数提供值。 如果 URL 查询字符串发生更改,它们可能还会提供进一步的值。

属性

Name

获取或设置查询字符串参数的名称。 如果为 null,则假定 querystring 参数与关联的属性同名。

适用于