IComponent 인터페이스

정의

UI 구성 요소를 나타냅니다.

public interface class IComponent
public interface IComponent
type IComponent = interface
Public Interface IComponent
파생

메서드

Attach(RenderHandle)

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

SetParametersAsync(ParameterView)

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

적용 대상