Microsoft.AspNetCore.Components.Endpoints Namespace

Classes

ComponentTypeMetadata

Metadata that represents the component associated with an endpoint.

RazorComponentsServiceOptions

Provides options for configuring server-side rendering of Razor Components.

RootComponentMetadata

Metadata that represents the root component associated with an endpoint.

Interfaces

IComponentPrerenderer

A service that can prerender Razor Components as HTML.

IRazorComponentEndpointInvoker

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.