|
#pragma checksum "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\App.razor" "{8829d00f-11b8-4213-878b-770e8597ac16}" "f5dcd55ae360163cd78d806d7ebf80d0c7e8e5e47a99e33593e4f5d6bf7bac65"
// <auto-generated/>
#pragma warning disable 1591
namespace AzureAIFoundryEndToEnd.WebStory.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\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using System.Net.Http
#nullable disable
;
#nullable restore
#line (2,2)-(2,28) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using System.Net.Http.Json
#nullable disable
;
#nullable restore
#line (3,2)-(3,45) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Forms
#nullable disable
;
#nullable restore
#line (4,2)-(4,47) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Routing
#nullable disable
;
#nullable restore
#line (5,2)-(5,43) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web
#nullable disable
;
#nullable restore
#line (6,2)-(6,61) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\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\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using Microsoft.AspNetCore.Components.Web.Virtualization
#nullable disable
;
#nullable restore
#line (8,2)-(8,27) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using Microsoft.JSInterop
#nullable disable
;
#nullable restore
#line (9,2)-(9,39) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using AzureAIFoundryEndToEnd.WebStory
#nullable disable
;
#nullable restore
#line (10,2)-(10,50) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\_Imports.razor"
using AzureAIFoundryEndToEnd.WebStory.Components
#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\">\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n <base href=\"/\">\r\n <link rel=\"stylesheet\" href=\"app.css\">\r\n <link rel=\"stylesheet\" href=\"AzureAIFoundryEndToEnd.WebStory.styles.css\">\r\n ");
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Web.HeadOutlet>(5);
global::Microsoft.AspNetCore.Components.IComponentRenderMode __renderMode =
#nullable restore
#line (10,31)-(10,41) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\App.razor"
renderMode
#line default
#line hidden
#nullable disable
;
__builder.AddComponentRenderMode(__renderMode);
__builder.CloseComponent();
__builder.CloseElement();
__builder.AddMarkupContent(6, "\r\n\r\n");
__builder.OpenElement(7, "body");
__builder.OpenComponent<global::AzureAIFoundryEndToEnd.WebStory.Components.Routes>(8);
global::Microsoft.AspNetCore.Components.IComponentRenderMode __renderMode1_1 =
#nullable restore
#line (14,27)-(14,37) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\App.razor"
renderMode
#line default
#line hidden
#nullable disable
;
__builder.AddComponentRenderMode(__renderMode1_1);
__builder.CloseComponent();
__builder.AddMarkupContent(9, "\r\n <script src=\"_framework/blazor.web.js\"></script>");
__builder.CloseElement();
__builder.CloseElement();
}
#pragma warning restore 1998
#nullable restore
#line (20,8)-(22,1) "D:\a\_work\1\s\playground\AzureAIFoundryEndToEnd\AzureAIFoundryEndToEnd.WebStory\Components\App.razor"
IComponentRenderMode renderMode = new InteractiveServerRenderMode(prerender: false);
#line default
#line hidden
#nullable disable
}
}
#pragma warning restore 1591
|