CascadingParameterAttribute.Name 属性

定义

如果指定,参数值将由提供具有此名称的值的最接近的上级 CascadingValue<TValue> 提供。

如果为 null,参数值将由提供具有兼容类型的值的最近上级 CascadingValue<TValue> 提供。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
public string? Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

属性值

适用于