Skip to content

Commit b39ee8e

Browse files
committed
Add more clarification
1 parent 0bed1fd commit b39ee8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Razor Component SSR
22

3-
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

Comments
 (0)