Share via


IRazorComponentEndpointInvoker Interface

Definition

Invokes a Razor component endpoint to render the given root component and populates the IRoutingStateProvider with the given metadata (if any) to render a given page.

public interface IRazorComponentEndpointInvoker
type IRazorComponentEndpointInvoker = interface
Public Interface IRazorComponentEndpointInvoker

Remarks

Razor component endpoints provide the root component via the RootComponentMetadata metadata in the endpoint. The page component is provided via the ComponentTypeMetadata.

Methods

Render(HttpContext)

Invokes the Razor component endpoint.

Applies to