共用方式為


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

取得或設定 querystring 參數的名稱。 如果為 null,則會假設 querystring 參數的名稱與相關聯的屬性相同。

適用於