97 lines
2.7 KiB
C#
97 lines
2.7 KiB
C#
#pragma checksum "/home/skins/projects/spanreed/Client/Pages/Index.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1263182b655a2f6cfafbc021a8a9bf970c0ef315"
|
|
// <auto-generated/>
|
|
#pragma warning disable 1591
|
|
namespace spanreed.Client.Pages
|
|
{
|
|
#line hidden
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
using Microsoft.AspNetCore.Components;
|
|
#nullable restore
|
|
#line 1 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using System.Net.Http;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 2 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using System.Net.Http.Json;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 3 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using Microsoft.AspNetCore.Components.Forms;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 4 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using Microsoft.AspNetCore.Components.Routing;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 5 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using Microsoft.AspNetCore.Components.Web;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 6 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using Microsoft.AspNetCore.Components.Web.Virtualization;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 7 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using Microsoft.AspNetCore.Components.WebAssembly.Http;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 8 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using Microsoft.JSInterop;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 9 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using spanreed.Client;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
#nullable restore
|
|
#line 10 "/home/skins/projects/spanreed/Client/_Imports.razor"
|
|
using spanreed.Client.Shared;
|
|
|
|
#line default
|
|
#line hidden
|
|
#nullable disable
|
|
[Microsoft.AspNetCore.Components.RouteAttribute("/")]
|
|
public partial class Index : Microsoft.AspNetCore.Components.ComponentBase
|
|
{
|
|
#pragma warning disable 1998
|
|
protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
|
|
{
|
|
__builder.AddMarkupContent(0, "<h1>Hello, world!</h1>\r\n\r\nWelcome to your new app.\r\n\r\n");
|
|
__builder.OpenComponent<spanreed.Client.Shared.SurveyPrompt>(1);
|
|
__builder.AddAttribute(2, "Title", "How is Blazor working for you?");
|
|
__builder.CloseComponent();
|
|
}
|
|
#pragma warning restore 1998
|
|
}
|
|
}
|
|
#pragma warning restore 1591
|