| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- #pragma checksum "D:\Work\Caritas\CaritasPWA\Shared\SurveyPrompt.razor" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "35c210d22ad93018a38e3221976fac13699a57e9"
- // <auto-generated/>
- #pragma warning disable 1591
- namespace CaritasPWA.Shared
- {
- #line hidden
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Threading.Tasks;
- using Microsoft.AspNetCore.Components;
- #nullable restore
- #line 1 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using System.Net.Http;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 2 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using System.Net.Http.Json;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 3 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.Forms;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 4 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.Routing;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 5 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.Web;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 6 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.AspNetCore.Components.WebAssembly.Http;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 7 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using Microsoft.JSInterop;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 8 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using CaritasPWA;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 9 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using CaritasPWA.Shared;
-
- #line default
- #line hidden
- #nullable disable
- #nullable restore
- #line 10 "D:\Work\Caritas\CaritasPWA\_Imports.razor"
- using MatBlazor;
-
- #line default
- #line hidden
- #nullable disable
- public partial class SurveyPrompt : Microsoft.AspNetCore.Components.ComponentBase
- {
- #pragma warning disable 1998
- protected override void BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder)
- {
- __builder.OpenElement(0, "div");
- __builder.AddAttribute(1, "class", "alert alert-secondary mt-4");
- __builder.AddAttribute(2, "role", "alert");
- __builder.AddMarkupContent(3, "\r\n <span class=\"oi oi-pencil mr-2\" aria-hidden=\"true\"></span>\r\n ");
- __builder.OpenElement(4, "strong");
- __builder.AddContent(5,
- #nullable restore
- #line 3 "D:\Work\Caritas\CaritasPWA\Shared\SurveyPrompt.razor"
- Title
-
- #line default
- #line hidden
- #nullable disable
- );
- __builder.CloseElement();
- __builder.AddMarkupContent(6, "\r\n\r\n ");
- __builder.AddMarkupContent(7, "<span class=\"text-nowrap\">\r\n Please take our\r\n <a target=\"_blank\" class=\"font-weight-bold\" href=\"https://go.microsoft.com/fwlink/?linkid=2127996\">brief survey</a>\r\n </span>\r\n and tell us what you think.\r\n");
- __builder.CloseElement();
- }
- #pragma warning restore 1998
- #nullable restore
- #line 12 "D:\Work\Caritas\CaritasPWA\Shared\SurveyPrompt.razor"
-
- // Demonstrates how a parent component can supply parameters
- [Parameter]
- public string Title { get; set; }
-
- #line default
- #line hidden
- #nullable disable
- }
- }
- #pragma warning restore 1591
|