LayoutView 클래스

정의

지정된 레이아웃 내에 지정된 콘텐츠와 중첩된 레이아웃을 표시합니다.

public ref class LayoutView : Microsoft::AspNetCore::Components::IComponent
public class LayoutView : Microsoft.AspNetCore.Components.IComponent
type LayoutView = class
    interface IComponent
Public Class LayoutView
Implements IComponent
상속
LayoutView
구현

생성자

LayoutView()

지정된 레이아웃 내에 지정된 콘텐츠와 중첩된 레이아웃을 표시합니다.

속성

ChildContent

표시할 콘텐츠를 가져오거나 설정합니다.

Layout

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

메서드

Attach(RenderHandle)

구성 요소를 RenderHandle에 연결합니다.

SetParametersAsync(ParameterView)

렌더링 트리에서 구성 요소의 부모가 제공하는 매개 변수를 설정합니다.

적용 대상