|
#pragma checksum "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\Manage\_StatusMessage.cshtml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "a90655b248cce96fc96c82fd7d959bfebd77e211d9f61bed0bab020fd2fed994"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(Microsoft.AspNetCore.Identity.UI.V5.Pages.Internal.Account.Manage.Areas_Identity_Pages_V5_Account_Manage__StatusMessage), @"mvc.1.0.view", @"/Areas/Identity/Pages/V5/Account/Manage/_StatusMessage.cshtml")]
namespace Microsoft.AspNetCore.Identity.UI.V5.Pages.Internal.Account.Manage
{
#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
;
#nullable restore
#line (1,2)-(1,73) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\Manage\_ViewImports.cshtml"
using Microsoft.AspNetCore.Identity.UI.V4.Pages.Account.Manage.Internal
#nullable disable
;
#line default
#line hidden
[global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute("Identifier", "/Areas/Identity/Pages/V5/Account/Manage/_StatusMessage.cshtml")]
[global::System.Runtime.CompilerServices.CreateNewOnMetadataUpdateAttribute]
#nullable restore
internal sealed class Areas_Identity_Pages_V5_Account_Manage__StatusMessage : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<
#nullable restore
#line (1,8)-(1,14) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\Manage\_StatusMessage.cshtml"
string
#line default
#line hidden
#nullable disable
>
#nullable disable
{
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
WriteLiteral("\r\n");
#nullable restore
#line (3,2)-(6,1) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\Manage\_StatusMessage.cshtml"
if (!String.IsNullOrEmpty(Model))
{
var statusMessageClass = Model.StartsWith("Error") ? "danger" : "success";
#line default
#line hidden
#nullable disable
WriteLiteral(" <div");
BeginWriteAttribute("class", " class=\"", 144, "\"", 201, 4);
WriteAttributeValue("", 152, "alert", 152, 5, true);
WriteAttributeValue(" ", 157, "alert-", 158, 7, true);
WriteAttributeValue("", 164,
#nullable restore
#line (6,30)-(6,48) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\Manage\_StatusMessage.cshtml"
statusMessageClass
#line default
#line hidden
#nullable disable
, 164, 19, false);
WriteAttributeValue(" ", 183, "alert-dismissible", 184, 18, true);
EndWriteAttribute();
WriteLiteral(" role=\"alert\">\r\n <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"alert\" aria-label=\"Close\"></button>\r\n ");
Write(
#nullable restore
#line (8,10)-(8,15) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\Manage\_StatusMessage.cshtml"
Model
#line default
#line hidden
#nullable disable
);
WriteLiteral("\r\n </div>\r\n");
#nullable restore
#line (10,1)-(11,1) "D:\a\_work\1\s\src\Identity\UI\src\Areas\Identity\Pages\V5\Account\Manage\_StatusMessage.cshtml"
}
#line default
#line hidden
#nullable disable
}
#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<string> Html { get; private set; } = default!;
#nullable disable
}
}
#pragma warning restore 1591
|