|
#pragma checksum "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "c4b8a76997e6a0c7bd32efab7e3f819deaf56cb1b2a0c9e203c6e2b96deb67a8"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(Microsoft.AspNetCore.Identity.UI.V5.Pages.Internal.Account.Areas_Identity_Pages_V5_Account_RegisterConfirmation), @"mvc.1.0.razor-page", @"/Areas/Identity/Pages/V5/Account/RegisterConfirmation.cshtml")]
namespace Microsoft.AspNetCore.Identity.UI.V5.Pages.Internal.Account
{
#line default
using global::System;
using global::System.Collections.Generic;
using global::System.Linq;
using global::System.Threading.Tasks;
using global::Microsoft.AspNetCore.Mvc;
using global::Microsoft.AspNetCore.Mvc.Rendering;
using global::Microsoft.AspNetCore.Mvc.ViewFeatures;
#nullable restore
#line (1,2)-(1,66) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\_ViewImports.cshtml"
using Microsoft.AspNetCore.Identity.UI.V5.Pages.Account.Internal
#nullable disable
;
#line default
#line hidden
[global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute("Identifier", "/Areas/Identity/Pages/V5/Account/RegisterConfirmation.cshtml")]
[global::System.Runtime.CompilerServices.CreateNewOnMetadataUpdateAttribute]
#nullable restore
internal sealed class Areas_Identity_Pages_V5_Account_RegisterConfirmation : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
#nullable disable
{
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
#nullable restore
#line (3,3)-(5,1) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml"
ViewData["Title"] = "Register confirmation";
#line default
#line hidden
#nullable disable
WriteLiteral("\r\n<h1>");
Write(
#nullable restore
#line (7,6)-(7,23) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml"
ViewData["Title"]
#line default
#line hidden
#nullable disable
);
WriteLiteral("</h1>\r\n");
#nullable restore
#line (8,3)-(11,1) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml"
if (@Model.DisplayConfirmAccountLink)
{
#line default
#line hidden
#nullable disable
WriteLiteral("<p>\r\n This app does not currently have a real email sender registered, see <a href=\"https://aka.ms/aspaccountconf\">these docs</a> for how to configure a real email sender.\r\n Normally this would be emailed: <a id=\"confirm-link\"");
BeginWriteAttribute("href", " href=\"", 415, "\"", 449, 1);
WriteAttributeValue("", 422,
#nullable restore
#line (13,65)-(13,91) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml"
Model.EmailConfirmationUrl
#line default
#line hidden
#nullable disable
, 422, 27, false);
EndWriteAttribute();
WriteLiteral(">Click here to confirm your account</a>\r\n</p>\r\n");
#nullable restore
#line (15,1)-(18,1) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml"
}
else
{
#line default
#line hidden
#nullable disable
WriteLiteral("<p>\r\n Please check your email to confirm your account.\r\n</p>\r\n");
#nullable restore
#line (21,1)-(22,1) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml"
}
#line default
#line hidden
#nullable disable
WriteLiteral("\r\n");
}
#pragma warning restore 1998
#nullable restore
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } = default!;
#nullable disable
#nullable restore
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } = default!;
#nullable disable
#nullable restore
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } = default!;
#nullable disable
#nullable restore
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } = default!;
#nullable disable
#nullable restore
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<RegisterConfirmationModel> Html { get; private set; } = default!;
#nullable disable
#nullable restore
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel>)PageContext?.ViewData!;
#nullable disable
public
#nullable restore
#line (2,8)-(2,33) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml"
RegisterConfirmationModel
#line default
#line hidden
#nullable disable
Model => ViewData.Model;
}
}
#pragma warning restore 1591
|