|
#pragma checksum "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\App.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "dc5724fa882b5919a9dfddb5e3741dae68dcada753e8448b71b88cb4e5e78b1a"
// <auto-generated/>
#pragma warning disable 1591
namespace MyFrontend.Components
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Components;
#nullable restore
#line (1,2)-(1,23) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,28) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using System.Net.Http.Json
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,47) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (5,2)-(5,43) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (6,2)-(6,61) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using static Microsoft.AspNetCore.Components.Web.RenderMode
#nullable disable
;
#nullable restore
#line (7,2)-(7,58) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web.Virtualization
#nullable disable
;
#nullable restore
#line (8,2)-(8,27) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (9,2)-(9,18) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using MyFrontend
#nullable disable
;
#nullable restore
#line (10,2)-(10,29) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using MyFrontend.Components
#nullable disable
;
#nullable restore
#line (11,2)-(11,36) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using MyFrontend.Components.Layout
#nullable disable
;
#nullable restore
#line (12,2)-(12,27) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using MyFrontend.Services
#nullable disable
;
#nullable restore
#line (13,2)-(13,28) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\_Imports.razor"
using BasketService.Models
#nullable disable
;
#line default
#line hidden
#nullable restore
public partial class App : global::Microsoft.AspNetCore.Components.ComponentBase
#nullable disable
{
#pragma warning disable 1998
protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
{
__builder.AddMarkupContent(0, "<!DOCTYPE html>\r\n");
__builder.OpenElement(1, "html");
__builder.AddAttribute(2, "lang", "en");
__builder.OpenElement(3, "head");
__builder.AddMarkupContent(4, @"<meta charset=""utf-8"">
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"">
<base href=""/"">
<link rel=""stylesheet"" href=""site.css"">
<link rel=""stylesheet"" href=""MyFrontend.styles.css"">
<link rel=""stylesheet"" href=""https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"" integrity=""sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0="" crossorigin=""anonymous"">
");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Web.HeadOutlet>(5);
__builder.CloseComponent();
__builder.CloseElement();
__builder.AddMarkupContent(6, "\r\n\r\n");
__builder.OpenElement(7, "body");
__builder.OpenComponent<global::MyFrontend.Components.Routes>(8);
__builder.CloseComponent();
__builder.AddMarkupContent(9, "\r\n <script src=\"_framework/blazor.web.js\"></script>");
__builder.CloseElement();
__builder.CloseElement();
}
#pragma warning restore 1998
}
}
#pragma warning restore 1591
|