Skip to content

Commit abc71dc

Browse files
committed
Clean up
1 parent 3dedbf7 commit abc71dc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@page "/ssr"
22

3-
This Blazor Page Component is rendered using Server-Side Rendering (SSR).
3+
This Blazor Page Component is rendered using Server-Side Rendering (SSR) at the Host project.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@inherits LayoutComponentBase
22

3-
<div class="container">
3+
This layout is located at the Host project
4+
<div class="container" style="border:1px solid red;padding:10px;">
45
@Body
56
</div>

projects/.net8/RazorComponentThirteen/Wasm/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</p>
77

88
<p>
9-
You can click <a href="/ssr">here</a> to access Blazor SSR page.
9+
You can click <a href="/ssr">here</a> to access a Blazor SSR page located at the HOST project.
1010
</p>
1111

1212

0 commit comments

Comments
 (0)