File: Components_Layout_AppFooter_razor.g.cs
Project: src\playground\TestShop\MyFrontend\MyFrontend.csproj (MyFrontend)
#pragma checksum "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\Layout\AppFooter.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6230165fb0873e22beca5ba9373fae32c4523f53a088732b0e1164cb11b38bb3"
// <auto-generated/>
#pragma warning disable 1591
namespace MyFrontend.Components.Layout
{
    #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
    ;
#nullable restore
#line (1,2)-(1,38) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\Layout\AppFooter.razor"
using System.Runtime.InteropServices
 
#nullable disable
    ;
    #line default
    #line hidden
    #nullable restore
    public partial class AppFooter : global::Microsoft.AspNetCore.Components.ComponentBase
    #nullable disable
    {
        #pragma warning disable 1998
        protected override void BuildRenderTree(global::Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
        {
            __builder.OpenElement(0, "div");
            __builder.AddAttribute(1, "class", "d-flex align-items-center justify-content-center pa-4");
            __builder.OpenElement(2, "span");
            __builder.AddAttribute(3, "class", "text");
            __builder.OpenElement(4, "a");
            __builder.AddAttribute(5, "href", "https://github.com/dotnet/aspire/blob/main/LICENSE.TXT");
            __builder.AddAttribute(6, "rel", "noopener noreferrer");
            __builder.AddAttribute(7, "target", "_blank");
            __builder.AddAttribute(8, "class", "animated-underline");
            __builder.AddMarkupContent(9, "\r\n            &copy; ");
#nullable restore
#line (8,21)-(8,40) 25 "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\Layout\AppFooter.razor"
__builder.AddContent(10, DateTime.Today.Year
 
#line default
#line hidden
#nullable disable
            );
            __builder.AddMarkupContent(11, "\r\n            &bull;\r\n            MIT Licensed\r\n        ");
            __builder.CloseElement();
            __builder.CloseElement();
            __builder.AddMarkupContent(12, "\r\n    ");
            __builder.OpenElement(13, "span");
            __builder.AddAttribute(14, "class", "text");
#nullable restore
#line (14,10)-(14,17) 25 "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\Layout\AppFooter.razor"
__builder.AddContent(15, Message
 
#line default
#line hidden
#nullable disable
            );
            __builder.CloseElement();
            __builder.AddMarkupContent(16, "\r\n    ");
            __builder.AddMarkupContent(17, "<span class=\"text\"><a href=\"https://github.com/dotnet/aspire\" rel=\"noopener noreferrer\" target=\"_blank\" class=\"animated-underline\"><i class=\"fa fa-github\" aria-hidden=\"true\"></i>\r\n            GitHub Repository\r\n        </a></span>");
            __builder.CloseElement();
        }
        #pragma warning restore 1998
#nullable restore
#line (26,8)-(28,1) "D:\a\_work\1\s\playground\TestShop\MyFrontend\Components\Layout\AppFooter.razor"
 
    string Message = $"Powered by {RuntimeInformation.FrameworkDescription}";
 
#line default
#line hidden
#nullable disable
 
    }
}
#pragma warning restore 1591