Microsoft.AspNetCore.Components.Endpoints Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |