File tree 2 files changed +2
-2
lines changed
src/Microsoft.DotNet.Web.ProjectTemplates/content
RazorPagesWeb-CSharp/Pages
StarterWeb-CSharp/Views/Shared
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
<li ><a asp-page =" /Contact" >Contact</a ></li >
36
36
</ul >
37
37
@* #if (IndividualAuth || OrganizationalAuth)
38
- @await Html.PartialAsync( "_LoginPartial")
38
+ <partial name= "_LoginPartial" />
39
39
#elseif (WindowsAuth)
40
40
<p class="nav navbar-text navbar-right">Hello, @User.Identity.Name!</p>
41
41
#endif*@
Original file line number Diff line number Diff line change 35
35
<li ><a asp-area =" " asp-controller =" Home" asp-action =" Contact" >Contact</a ></li >
36
36
</ul >
37
37
@* #if (IndividualAuth || OrganizationalAuth)
38
- @await Html.PartialAsync( "_LoginPartial")
38
+ <partial name= "_LoginPartial" />
39
39
#elseif (WindowsAuth)
40
40
<p class="nav navbar-text navbar-right">Hello, @User.Identity.Name!</p>
41
41
#endif*@
You can’t perform that action at this time.
0 commit comments