RootComponent 클래스

정의

에 추가할 수 있는 루트 구성 요소에 대해 설명합니다 BlazorWebView.

public ref class RootComponent
public class RootComponent
type RootComponent = class
Public Class RootComponent
상속
RootComponent

생성자

RootComponent(String, Type, IDictionary<String,Object>)

의 instance 생성합니다RootComponent.

속성

ComponentType

루트 구성 요소의 형식을 가져옵니다. 이 형식은 IComponent를 구현해야 합니다.

Parameters

루트 구성 요소에 전달할 매개 변수의 선택적 사전을 가져옵니다.

Selector

문서에서 구성 요소를 배치할 위치를 지정하는 CSS 선택기 문자열을 가져옵니다. 이는 내 BlazorWebView의 루트 구성 요소 중에서 고유해야 합니다.

적용 대상