IRazorComponentEndpointInvoker Interface
Definition
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.
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. |