You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample demonstrates how to use Razor Components with Server-Side Rendering (SSR).
3
+
This sample demonstrates how to use Razor Components with Server-Side Rendering (SSR).
4
+
5
+
`app.MapRazorComponents<RazorComponentOne.Shared.MainLayout>();` map all the razor components in the assembly. There is nothing special about `MainLayout`. Any class from your target assembly will do.
0 commit comments