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 パラメーターは関連付けられたプロパティと同じ名前であると見なされます。

適用対象