IComponent Interface

Definition

Represents a UI component.

public interface class IComponent
public interface IComponent
type IComponent = interface
Public Interface IComponent
Derived

Methods

Attach(RenderHandle)

Attaches the component to a RenderHandle.

SetParametersAsync(ParameterView)

Sets parameters supplied by the component's parent in the render tree.

Applies to