SupplyParameterFromQueryAttribute Sınıf

Tanım

Yönlendirme bileşenlerinin geçerli URL sorgu dizesinden parametre için bir değer sağlayabileceğini gösterir. Ayrıca URL sorgu dizesi değişirse başka değerler de sunabilirler.

[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
Devralma
SupplyParameterFromQueryAttribute
Devralma
SupplyParameterFromQueryAttribute
Öznitelikler

Oluşturucular

SupplyParameterFromQueryAttribute()

Yönlendirme bileşenlerinin geçerli URL sorgu dizesinden parametre için bir değer sağlayabileceğini gösterir. Ayrıca URL sorgu dizesi değişirse başka değerler de sunabilirler.

Özellikler

Name

querystring parametresinin adını alır veya ayarlar. Null ise, querystring parametresinin ilişkili özellikle aynı ada sahip olduğu varsayılır.

Şunlara uygulanır