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
<span class="bi bi-house-door-fill-nav-menu" aria-hidden="true"></span> Home
@@ -203,6 +203,7 @@ The `MainLayout` component adopts the following additional specifications:
203
203
* The `<main>` element's content includes:
204
204
* An **:::no-loc text="About":::** link that sends the user to the ASP.NET Core documentation landing page.
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
+
* The error UI (`<div id="blazor-error-ui" ...>`), where a notice about an unhandled error is displayed.
206
207
207
208
The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Pages/Routes.razor`):
208
209
@@ -439,7 +440,7 @@ CSS classes aren't present in the following example to simplify the display:
0 commit comments