CascadingParameterAttribute 클래스

정의

대상 멤버를 연계 구성 요소 매개 변수로 나타냅니다. 해당 값은 호환되는 형식 및 이름의 값을 제공하는 가장 가까운 상위 CascadingValue<TValue> 구성 요소에서 제공됩니다.

public ref class CascadingParameterAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class CascadingParameterAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class CascadingParameterAttribute : Microsoft.AspNetCore.Components.CascadingParameterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type CascadingParameterAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type CascadingParameterAttribute = class
    inherit CascadingParameterAttributeBase
Public NotInheritable Class CascadingParameterAttribute
Inherits Attribute
Public NotInheritable Class CascadingParameterAttribute
Inherits CascadingParameterAttributeBase
상속
CascadingParameterAttribute
상속
CascadingParameterAttribute
특성

생성자

CascadingParameterAttribute()

대상 멤버를 연계 구성 요소 매개 변수로 나타냅니다. 해당 값은 호환되는 형식 및 이름의 값을 제공하는 가장 가까운 상위 CascadingValue<TValue> 구성 요소에서 제공됩니다.

속성

Name

지정한 경우 매개 변수 값은 이 이름의 값을 제공하는 가장 가까운 상위 CascadingValue<TValue> 항목에 의해 제공됩니다.

null이면 호환되는 형식의 값을 제공하는 가장 가까운 상위 CascadingValue<TValue> 항목이 매개 변수 값을 제공합니다.

적용 대상