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
Copy file name to clipboardExpand all lines: aspnetcore/blazor/tutorials/movie-database-app/part-3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ The `MainLayout` component adopts the following additional specifications:
205
205
* An `<article>` element with the <xref:Microsoft.AspNetCore.Components.LayoutComponentBase.Body%2A> (`@Body`) parameter, where components that use the layout are rendered.
206
206
* The error UI (`<div id="blazor-error-ui" ...>`), where a notice about an unhandled error is displayed.
207
207
208
-
The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Pages/Routes.razor`):
208
+
The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Routes.razor`):
0 commit comments