File tree Expand file tree Collapse file tree 2 files changed +25
-8
lines changed
projects/.net8/RazorComponentEight/RazorComponentEight Expand file tree Collapse file tree 2 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 9
9
<HeadOutlet />
10
10
</head >
11
11
<body >
12
-
13
12
<Router AppAssembly =" @typeof(App).Assembly" >
14
13
<Found Context =" routeData" >
15
14
<RouteView RouteData =" @routeData" DefaultLayout =" @typeof(MainLayout)" />
16
15
<FocusOnNavigate RouteData =" @routeData" Selector =" h1" />
17
16
</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
17
</Router >
25
-
26
18
<script src =" _framework/blazor.web.js" suppress-error =" BL9992" ></script >
27
19
</body >
28
20
</html >
Original file line number Diff line number Diff line change
1
+
2
+ Microsoft Visual Studio Solution File, Format Version 12.00
3
+ # Visual Studio Version 17
4
+ VisualStudioVersion = 17.5.002.0
5
+ MinimumVisualStudioVersion = 10.0.40219.1
6
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "RazorComponentEight" , "RazorComponentEight.csproj" , "{8002ACBE-D379-4A05-832F-71D611C47D1B}"
7
+ EndProject
8
+ Global
9
+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10
+ Debug| Any CPU = Debug| Any CPU
11
+ Release| Any CPU = Release| Any CPU
12
+ EndGlobalSection
13
+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
14
+ {8002ACBE-D379-4A05-832F-71D611C47D1B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
15
+ {8002ACBE-D379-4A05-832F-71D611C47D1B} .Debug| Any CPU .Build .0 = Debug| Any CPU
16
+ {8002ACBE-D379-4A05-832F-71D611C47D1B} .Release| Any CPU .ActiveCfg = Release| Any CPU
17
+ {8002ACBE-D379-4A05-832F-71D611C47D1B} .Release| Any CPU .Build .0 = Release| Any CPU
18
+ EndGlobalSection
19
+ GlobalSection (SolutionProperties ) = preSolution
20
+ HideSolutionNode = FALSE
21
+ EndGlobalSection
22
+ GlobalSection (ExtensibilityGlobals ) = postSolution
23
+ SolutionGuid = {D7C03BAA-0B56-45C0-8F59-104257AD3A57}
24
+ EndGlobalSection
25
+ EndGlobal
You can’t perform that action at this time.
0 commit comments