File tree Expand file tree Collapse file tree 4 files changed +0
-24
lines changed
RazorComponentTen/RazorComponentTen Expand file tree Collapse file tree 4 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 14
14
<RouteView RouteData =" @routeData" DefaultLayout =" @typeof(MainLayout)" />
15
15
<FocusOnNavigate RouteData =" @routeData" Selector =" h1" />
16
16
</Found >
17
- <NotFound >
18
- <PageTitle >Not found</PageTitle >
19
- <LayoutView Layout =" @typeof(MainLayout)" >
20
- <p role =" alert" >Sorry, there's nothing at this address.</p >
21
- </LayoutView >
22
- </NotFound >
23
17
</Router >
24
18
25
19
<script src =" _framework/blazor.web.js" suppress-error =" BL9992" ></script >
Original file line number Diff line number Diff line change 14
14
<RouteView RouteData =" @routeData" DefaultLayout =" @typeof(MainLayout)" />
15
15
<FocusOnNavigate RouteData =" @routeData" Selector =" h1" />
16
16
</Found >
17
- <NotFound >
18
- <PageTitle >Not found</PageTitle >
19
- <LayoutView Layout =" @typeof(MainLayout)" >
20
- <p role =" alert" >Sorry, there's nothing at this address.</p >
21
- </LayoutView >
22
- </NotFound >
23
17
</Router >
24
18
25
19
<script src =" _framework/blazor.web.js" suppress-error =" BL9992" ></script >
Original file line number Diff line number Diff line change 14
14
<RouteView RouteData =" @routeData" DefaultLayout =" @typeof(MainLayout)" />
15
15
<FocusOnNavigate RouteData =" @routeData" Selector =" h1" />
16
16
</Found >
17
- <NotFound >
18
- <PageTitle >Not found</PageTitle >
19
- <LayoutView Layout =" @typeof(MainLayout)" >
20
- <p role =" alert" >Sorry, there's nothing at this address.</p >
21
- </LayoutView >
22
- </NotFound >
23
17
</Router >
24
18
25
19
<script src =" _framework/blazor.web.js" suppress-error =" BL9992" ></script >
Original file line number Diff line number Diff line change 15
15
<RouteView RouteData =" @routeData" DefaultLayout =" @typeof(MainLayout)" />
16
16
<FocusOnNavigate RouteData =" @routeData" Selector =" h1" />
17
17
</Found >
18
- <NotFound >
19
- <PageTitle >Not found</PageTitle >
20
- <LayoutView Layout =" @typeof(MainLayout)" >
21
- <p role =" alert" >Sorry, there's nothing at this address.</p >
22
- </LayoutView >
23
- </NotFound >
24
18
</Router >
25
19
26
20
<script src =" _framework/blazor.web.js" suppress-error =" BL9992" ></script >
You can’t perform that action at this time.
0 commit comments