Back to Practical Aspnetcore

Razor Component SSR

projects/blazor-ssr/RazorComponentOne/README.md

latest294 B
Original Source

Razor Component SSR

This sample demonstrates how to use Razor Components with Server-Side Rendering (SSR).

app.MapRazorComponents<RazorComponentOne.App>(); map all the razor components in the assembly. There is nothing special about App. Any class from your target assembly will do.