PWA Fundvelo der Caritas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

App.razor.g.cs 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. #pragma checksum "D:\Work\Caritas\CaritasPWA\App.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "409f8d74c894792141883ddc226e2c428f48fc1c"
  2. // <auto-generated/>
  3. #pragma warning disable 1591
  4. namespace CaritasPWA
  5. {
  6. #line hidden
  7. using System;
  8. using System.Collections.Generic;
  9. using System.Linq;
  10. using System.Threading.Tasks;
  11. using Microsoft.AspNetCore.Components;
  12. #nullable restore
  13. #line 1 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  14. using System.Net.Http;
  15. #line default
  16. #line hidden
  17. #nullable disable
  18. #nullable restore
  19. #line 2 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  20. using System.Net.Http.Json;
  21. #line default
  22. #line hidden
  23. #nullable disable
  24. #nullable restore
  25. #line 3 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  26. using Microsoft.AspNetCore.Components.Forms;
  27. #line default
  28. #line hidden
  29. #nullable disable
  30. #nullable restore
  31. #line 4 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  32. using Microsoft.AspNetCore.Components.Routing;
  33. #line default
  34. #line hidden
  35. #nullable disable
  36. #nullable restore
  37. #line 5 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  38. using Microsoft.AspNetCore.Components.Web;
  39. #line default
  40. #line hidden
  41. #nullable disable
  42. #nullable restore
  43. #line 6 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  44. using Microsoft.AspNetCore.Components.WebAssembly.Http;
  45. #line default
  46. #line hidden
  47. #nullable disable
  48. #nullable restore
  49. #line 7 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  50. using Microsoft.JSInterop;
  51. #line default
  52. #line hidden
  53. #nullable disable
  54. #nullable restore
  55. #line 8 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  56. using CaritasPWA;
  57. #line default
  58. #line hidden
  59. #nullable disable
  60. #nullable restore
  61. #line 9 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  62. using CaritasPWA.Shared;
  63. #line default
  64. #line hidden
  65. #nullable disable
  66. #nullable restore
  67. #line 10 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
  68. using MatBlazor;
  69. #line default
  70. #line hidden
  71. #nullable disable
  72. public partial class App : Microsoft.AspNetCore.Components.ComponentBase
  73. {
  74. #pragma warning disable 1998
  75. protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
  76. {
  77. __builder.OpenComponent<Microsoft.AspNetCore.Components.Routing.Router>(0);
  78. __builder.AddAttribute(1, "AppAssembly", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<System.Reflection.Assembly>(
  79. #nullable restore
  80. #line 1 "D:\Work\Caritas\CaritasPWA\App.razor"
  81. typeof(Program).Assembly
  82. #line default
  83. #line hidden
  84. #nullable disable
  85. ));
  86. __builder.AddAttribute(2, "Found", (Microsoft.AspNetCore.Components.RenderFragment<Microsoft.AspNetCore.Components.RouteData>)((routeData) => (__builder2) => {
  87. __builder2.AddMarkupContent(3, "\r\n ");
  88. __builder2.OpenComponent<Microsoft.AspNetCore.Components.RouteView>(4);
  89. __builder2.AddAttribute(5, "RouteData", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<Microsoft.AspNetCore.Components.RouteData>(
  90. #nullable restore
  91. #line 3 "D:\Work\Caritas\CaritasPWA\App.razor"
  92. routeData
  93. #line default
  94. #line hidden
  95. #nullable disable
  96. ));
  97. __builder2.AddAttribute(6, "DefaultLayout", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<System.Type>(
  98. #nullable restore
  99. #line 3 "D:\Work\Caritas\CaritasPWA\App.razor"
  100. typeof(MainLayout)
  101. #line default
  102. #line hidden
  103. #nullable disable
  104. ));
  105. __builder2.CloseComponent();
  106. __builder2.AddMarkupContent(7, "\r\n ");
  107. }
  108. ));
  109. __builder.AddAttribute(8, "NotFound", (Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
  110. __builder2.AddMarkupContent(9, "\r\n ");
  111. __builder2.OpenComponent<Microsoft.AspNetCore.Components.LayoutView>(10);
  112. __builder2.AddAttribute(11, "Layout", Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<System.Type>(
  113. #nullable restore
  114. #line 6 "D:\Work\Caritas\CaritasPWA\App.razor"
  115. typeof(MainLayout)
  116. #line default
  117. #line hidden
  118. #nullable disable
  119. ));
  120. __builder2.AddAttribute(12, "ChildContent", (Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => {
  121. __builder3.AddMarkupContent(13, "\r\n ");
  122. __builder3.AddMarkupContent(14, "<p>Sorry, there\'s nothing at this address.</p>\r\n ");
  123. }
  124. ));
  125. __builder2.CloseComponent();
  126. __builder2.AddMarkupContent(15, "\r\n ");
  127. }
  128. ));
  129. __builder.CloseComponent();
  130. }
  131. #pragma warning restore 1998
  132. }
  133. }
  134. #pragma warning restore 1591