#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { #line 2 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" var hasExternalLogins = (await SignInManager.GetExternalAuthenticationSchemesAsync()).Any(); #line default #line hidden BeginContext(159, 88, true); WriteLiteral("<ul class=\"nav nav-pills flex-column\">\r\n <!--<li class=\"nav-item\"><a class=\"nav-link "); EndContext(); BeginContext(248, 41, false); #line 6 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" Write(ManageNavPages.IndexNavClass(ViewContext)); #line default #line hidden EndContext(); BeginContext(289, 80, true); WriteLiteral("\" id=\"profile\" asp-page=\"./Index\">Profile</a></li>-->\r\n <li class=\"nav-item\">"); EndContext(); BeginContext(369, 133, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "54a34cde1159be9479cc3791a50e31ee783b51276708", async() => { BeginContext(490, 8, true); WriteLiteral("Password"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 379, "nav-link", 379, 8, true); #line 7 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" AddHtmlAttributeValue(" ", 387, ManageNavPages.ChangePasswordNavClass(ViewContext), 388, 51, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Page = (string)__tagHelperAttribute_1.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(502, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 8 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" if (hasExternalLogins) { #line default #line hidden BeginContext(545, 50, true); WriteLiteral(" <li id=\"external-logins\" class=\"nav-item\">"); EndContext(); BeginContext(595, 139, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "54a34cde1159be9479cc3791a50e31ee783b51279069", async() => { BeginContext(715, 15, true); WriteLiteral("External logins"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 625, "nav-link", 625, 8, true); #line 10 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" AddHtmlAttributeValue(" ", 633, ManageNavPages.ExternalLoginsNavClass(ViewContext), 634, 51, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Page = (string)__tagHelperAttribute_3.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(734, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 11 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" } #line default #line hidden BeginContext(748, 48, true); WriteLiteral(" <!--<li class=\"nav-item\"><a class=\"nav-link "); EndContext(); BeginContext(797, 59, false); #line 12 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" Write(ManageNavPages.TwoFactorAuthenticationNavClass(ViewContext)); #line default #line hidden EndContext(); BeginContext(856, 135, true); WriteLiteral("\" id=\"two-factor\" asp-page=\"./TwoFactorAuthentication\">Two-factor authentication</a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link "); EndContext(); BeginContext(992, 48, false); #line 13 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" Write(ManageNavPages.PersonalDataNavClass(ViewContext)); #line default #line hidden EndContext(); BeginContext(1040, 81, true); WriteLiteral("\" id=\"personal-data\" asp-page=\"./PersonalData\">Personal data</a></li>-->\r\n</ul>\r\n"); EndContext(); }
#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { #line 2 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" var hasExternalLogins = (await SignInManager.GetExternalAuthenticationSchemesAsync()).Any(); #line default #line hidden BeginContext(159, 65, true); WriteLiteral("<ul class=\"nav nav-pills flex-column\">\r\n <li class=\"nav-item\">"); EndContext(); BeginContext(224, 106, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f03eff1093b2c542db0a227b37ab76c0d7f2dccf8145", async() => { BeginContext(319, 7, true); WriteLiteral("Profile"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 234, "nav-link", 234, 8, true); #line 6 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" AddHtmlAttributeValue(" ", 242, ManageNavPages.IndexNavClass(ViewContext), 243, 42, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Page = (string)__tagHelperAttribute_1.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(330, 32, true); WriteLiteral("</li>\r\n <li class=\"nav-item\">"); EndContext(); BeginContext(362, 133, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f03eff1093b2c542db0a227b37ab76c0d7f2dccf10182", async() => { BeginContext(483, 8, true); WriteLiteral("Password"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 372, "nav-link", 372, 8, true); #line 7 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" AddHtmlAttributeValue(" ", 380, ManageNavPages.ChangePasswordNavClass(ViewContext), 381, 51, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Page = (string)__tagHelperAttribute_3.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(495, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 8 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" if (hasExternalLogins) { #line default #line hidden BeginContext(538, 50, true); WriteLiteral(" <li id=\"external-logins\" class=\"nav-item\">"); EndContext(); BeginContext(588, 139, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f03eff1093b2c542db0a227b37ab76c0d7f2dccf12544", async() => { BeginContext(708, 15, true); WriteLiteral("External logins"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 618, "nav-link", 618, 8, true); #line 10 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" AddHtmlAttributeValue(" ", 626, ManageNavPages.ExternalLoginsNavClass(ViewContext), 627, 51, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Page = (string)__tagHelperAttribute_5.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(727, 7, true); WriteLiteral("</li>\r\n"); EndContext(); #line 11 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" } #line default #line hidden BeginContext(741, 25, true); WriteLiteral(" <li class=\"nav-item\">"); EndContext(); BeginContext(766, 163, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f03eff1093b2c542db0a227b37ab76c0d7f2dccf14860", async() => { BeginContext(900, 25, true); WriteLiteral("Two-factor authentication"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 776, "nav-link", 776, 8, true); #line 12 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" AddHtmlAttributeValue(" ", 784, ManageNavPages.TwoFactorAuthenticationNavClass(ViewContext), 785, 60, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Page = (string)__tagHelperAttribute_7.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(929, 32, true); WriteLiteral("</li>\r\n <li class=\"nav-item\">"); EndContext(); BeginContext(961, 132, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f03eff1093b2c542db0a227b37ab76c0d7f2dccf16936", async() => { BeginContext(1076, 13, true); WriteLiteral("Personal data"); EndContext(); } ); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper = CreateTagHelper <global::Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper>(); __tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper); BeginAddHtmlAttributeValues(__tagHelperExecutionContext, "class", 2, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); AddHtmlAttributeValue("", 971, "nav-link", 971, 8, true); #line 13 "C:\Users\husey\source\repos\LinkShortener\LinkShortener\Areas\Identity\Pages\Account\Manage\_ManageNav.cshtml" AddHtmlAttributeValue(" ", 979, ManageNavPages.PersonalDataNavClass(ViewContext), 980, 49, false); #line default #line hidden EndAddHtmlAttributeValues(__tagHelperExecutionContext); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_8); __Microsoft_AspNetCore_Mvc_TagHelpers_AnchorTagHelper.Page = (string)__tagHelperAttribute_9.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1093, 14, true); WriteLiteral("</li>\r\n</ul>\r\n"); EndContext(); }