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> によって提供されます。

適用対象