We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a8d93 commit 4df3cacCopy full SHA for 4df3cac
projects/.net8/RazorFormHandling/Pages/App.razor
@@ -1,9 +1,13 @@
1
-<Router AppAssembly="typeof(Program).Assembly">
2
- <Found Context="routeData">
3
- <RouteView RouteData="routeData" />
4
- </Found>
5
- <NotFound>
6
- <h1>Page not found</h1>
7
- <p>Sorry, but there's nothing here!</p>
8
- </NotFound>
9
-</Router>
+<html>
+<body>
+ <Router AppAssembly="typeof(Program).Assembly">
+ <Found Context="routeData">
+ <RouteView RouteData="routeData" />
+ </Found>
+ <NotFound>
+ <h1>Page not found</h1>
+ <p>Sorry, but there's nothing here!</p>
10
+ </NotFound>
11
+ </Router>
12
+</body>
13
+</html>
0 commit comments