|
#pragma checksum "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\Layout\NavMenu.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "07a0fb4a1d0ef4fdf21069621f52190391bc9734d4d6d5cf60eec1deec7c3297"
// <auto-generated/>
#pragma warning disable 1591
namespace WebFrontEnd.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\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,28) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using System.Net.Http.Json
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,47) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (5,2)-(5,43) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (6,2)-(6,61) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\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\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web.Virtualization
#nullable disable
;
#nullable restore
#line (8,2)-(8,27) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (9,2)-(9,19) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using WebFrontEnd
#nullable disable
;
#nullable restore
#line (10,2)-(10,30) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\_Imports.razor"
using WebFrontEnd.Components
#nullable disable
;
#line default
#line hidden
#nullable restore
public partial class NavMenu : 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, @"<div class=""top-row ps-3 navbar navbar-dark"" b-76s70ziad0><div class=""container-fluid"" b-76s70ziad0><a class=""navbar-brand"" href b-76s70ziad0>WebFrontEnd</a></div></div>
<input type=""checkbox"" title=""Navigation menu"" class=""navbar-toggler"" b-76s70ziad0>
");
__builder.OpenElement(1, "div");
__builder.AddAttribute(2, "class", "nav-scrollable");
__builder.AddAttribute(3, "onclick", "document.querySelector(\'.navbar-toggler\').click()");
__builder.AddAttribute(4, "b-76s70ziad0");
__builder.OpenElement(5, "nav");
__builder.AddAttribute(6, "class", "nav flex-column");
__builder.AddAttribute(7, "b-76s70ziad0");
__builder.OpenElement(8, "div");
__builder.AddAttribute(9, "class", "nav-item px-3");
__builder.AddAttribute(10, "b-76s70ziad0");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Routing.NavLink>(11);
__builder.AddComponentParameter(12, "class", "nav-link");
__builder.AddComponentParameter(13, "href", "");
__builder.AddComponentParameter(14, nameof(global::Microsoft.AspNetCore.Components.Routing.NavLink.
#nullable restore
#line (12,47)-(12,52) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\Layout\NavMenu.razor"
Match
#line default
#line hidden
#nullable disable
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.Routing.NavLinkMatch>(
#nullable restore
#line (12,54)-(12,70) "D:\a\_work\1\s\playground\ExternalServices\WebFrontEnd\Components\Layout\NavMenu.razor"
NavLinkMatch.All
#line default
#line hidden
#nullable disable
));
__builder.AddAttribute(15, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
__builder2.AddMarkupContent(16, "<span class=\"bi bi-house-door-fill-nav-menu\" aria-hidden=\"true\" b-76s70ziad0></span> Home\r\n ");
}
));
__builder.CloseComponent();
__builder.CloseElement();
__builder.AddMarkupContent(17, "\r\n\r\n ");
__builder.OpenElement(18, "div");
__builder.AddAttribute(19, "class", "nav-item px-3");
__builder.AddAttribute(20, "b-76s70ziad0");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Routing.NavLink>(21);
__builder.AddComponentParameter(22, "class", "nav-link");
__builder.AddComponentParameter(23, "href", "counter");
__builder.AddAttribute(24, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
__builder2.AddMarkupContent(25, "<span class=\"bi bi-plus-square-fill-nav-menu\" aria-hidden=\"true\" b-76s70ziad0></span> Counter\r\n ");
}
));
__builder.CloseComponent();
__builder.CloseElement();
__builder.AddMarkupContent(26, "\r\n\r\n ");
__builder.OpenElement(27, "div");
__builder.AddAttribute(28, "class", "nav-item px-3");
__builder.AddAttribute(29, "b-76s70ziad0");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Routing.NavLink>(30);
__builder.AddComponentParameter(31, "class", "nav-link");
__builder.AddComponentParameter(32, "href", "external-services");
__builder.AddAttribute(33, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => {
__builder2.AddMarkupContent(34, "<span class=\"bi bi-list-nested-nav-menu\" aria-hidden=\"true\" b-76s70ziad0></span> External Services\r\n ");
}
));
__builder.CloseComponent();
__builder.CloseElement();
__builder.CloseElement();
__builder.CloseElement();
}
#pragma warning restore 1998
}
}
#pragma warning restore 1591
|