Skip to content

Commit 9890f62

Browse files
committed
Updates
1 parent 40440c2 commit 9890f62

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

aspnetcore/blazor/project-structure.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ The `Components/Pages` folder of the server project contains the app's routable
6767
https://github.com/dotnet/AspNetCore.Docs/pull/36145
6868
is merged.
6969
70+
Add the angle brackets around the cross-link when
71+
activating.
72+
7073
:::moniker range=">= aspnetcore-10.0"
7174
72-
The `NotFound` component (`NotFound.razor`) implements a Not Found page to display when content isn't found for a request path. For more information, see <xref:blazor/fundamentals/navigation#not-found-responses>.
75+
The `NotFound` component (`NotFound.razor`) implements a Not Found page to display when content isn't found for a request path. For more information, see xref:blazor/fundamentals/navigation#not-found-responses.
7376
7477
:::moniker-end
7578
@@ -326,6 +329,9 @@ Project structure:
326329
https://github.com/dotnet/AspNetCore.Docs/pull/36145
327330
is merged.
328331
332+
Add the angle brackets around the cross-link when
333+
activating.
334+
329335
:::moniker-end
330336
331337
:::moniker range=">= aspnetcore-10.0"
@@ -334,7 +340,7 @@ Project structure:
334340
* `Counter` component (`Counter.razor`): Implements the Counter page.
335341
* `Index` component (`Index.razor`): Implements the Home page.
336342
* `Weather` component (`Weather.razor`): Implements the Weather page.
337-
* `NotFound` component (`NotFound.razor`) Implements a Not Found page to display when content isn't found for a request path. For more information, see <xref:blazor/fundamentals/navigation#not-found-responses>.
343+
* `NotFound` component (`NotFound.razor`) Implements a Not Found page to display when content isn't found for a request path. For more information, see xref:blazor/fundamentals/navigation#not-found-responses.
338344
339345
:::moniker-end
340346

0 commit comments

Comments
 (0)