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 매개 변수의 이름이 연결된 속성과 동일한 것으로 간주됩니다.

적용 대상