| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- #pragma checksum "D:\Work\Caritas\CaritasPWA\App.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "409f8d74c894792141883ddc226e2c428f48fc1c"
- // <auto-generated/>
- #pragma warning disable 1591
- namespace CaritasPWA
- {
- #line hidden
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- using Microsoft.AspNetCore.Components;
- #nullable restore
- #line 1 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using System.Net.Http;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 2 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using System.Net.Http.Json;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 3 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.Forms;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 4 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.Routing;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 5 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.Web;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 6 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.WebAssembly.Http;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 7 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.JSInterop;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 8 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using CaritasPWA;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 9 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using CaritasPWA.Shared;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 10 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using MatBlazor;
-
- #line default
- #line hidden
- #nullable disable
- public partial class App : Microsoft.AspNetCore.Components.ComponentBase
- {
- #pragma warning disable 1998
- protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
- {
- __builder.OpenComponent<Microsoft.AspNetCore.Components.Routing.Router>(0);
- __builder.AddAttribute(1, "AppAssembly", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<System.Reflection.Assembly>(
- #nullable restore
- #line 1 "D:\Work\Caritas\CaritasPWA\App.razor"
- typeof(Program).Assembly
-
- #line default
- #line hidden
- #nullable disable
- ));
- __builder.AddAttribute(2, "Found", (Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.RouteData>)((routeData) => (__builder2) => {
- __builder2.AddMarkupContent(3, "\r\n ");
- __builder2.OpenComponent<Microsoft.AspNetCore.Components.RouteView>(4);
- __builder2.AddAttribute(5, "RouteData", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<Microsoft.AspNetCore.Components.RouteData>(
- #nullable restore
- #line 3 "D:\Work\Caritas\CaritasPWA\App.razor"
- routeData
-
- #line default
- #line hidden
- #nullable disable
- ));
- __builder2.AddAttribute(6, "DefaultLayout", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<System.Type>(
- #nullable restore
- #line 3 "D:\Work\Caritas\CaritasPWA\App.razor"
- typeof(MainLayout)
-
- #line default
- #line hidden
- #nullable disable
- ));
- __builder2.CloseComponent();
- __builder2.AddMarkupContent(7, "\r\n ");
- }
- ));
- __builder.AddAttribute(8, "NotFound", (Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
- __builder2.AddMarkupContent(9, "\r\n ");
- __builder2.OpenComponent<Microsoft.AspNetCore.Components.LayoutView>(10);
- __builder2.AddAttribute(11, "Layout", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<System.Type>(
- #nullable restore
- #line 6 "D:\Work\Caritas\CaritasPWA\App.razor"
- typeof(MainLayout)
-
- #line default
- #line hidden
- #nullable disable
- ));
- __builder2.AddAttribute(12, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => {
- __builder3.AddMarkupContent(13, "\r\n ");
- __builder3.AddMarkupContent(14, "<p>Sorry, there\'s nothing at this address.</p>\r\n ");
- }
- ));
- __builder2.CloseComponent();
- __builder2.AddMarkupContent(15, "\r\n ");
- }
- ));
- __builder.CloseComponent();
- }
- #pragma warning restore 1998
- }
- }
- #pragma warning restore 1591
|