다음을 통해 공유


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

속성 값

특성

적용 대상