LayoutView.Layout 속성

정의

콘텐츠를 표시할 레이아웃의 형식을 가져오거나 설정합니다. 형식은 라는 Body매개 변수를 구현 IComponent 하고 수락해야 합니다.

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

속성 값

특성

적용 대상