SupplyParameterFromQueryAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示路由元件可能會從目前的 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() |
表示路由元件可能會從目前的 URL 查詢字串提供 參數的值。 如果 URL 查詢字串變更,它們也可能提供進一步的值。 |
屬性
Name |
取得或設定 querystring 參數的名稱。 如果為 null,則會假設 querystring 參數的名稱與相關聯的屬性相同。 |