CascadingValue<TValue>.Name 属性

定义

(可选)为提供的值指定一个名称。 后代组件可以通过指定此名称来接收值。

如果未指定名称,则子代组件将根据其请求的值类型接收值。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public string Name { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public string? Name { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Name : string with get, set
Public Property Name As String

属性值

属性

适用于