Skip to content
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
This repository was archived by the owner on Dec 20, 2018. It is now read-only.

Incorrect page links in the Bootstrap 4 Razor Pages based template #692

@danroth27

Description

@danroth27

The Privacy link doesn't work and the links to Page1 and Page2 are incorrect. The links to Page1, Page2, and the Privacy page should be based on pages, not actions and controllers:

_Layout.cshtml

<li class="nav-item">
    <a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Index">Page1</a>
</li>
<li class="nav-item">
    <a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Index">Page2</a>
</li>

...

<footer class="border-top footer pl-3 text-muted">
    &copy; Year - WebApplication20 - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</footer>

Metadata

Metadata

Labels

3 - DonePRI: 0 - CriticalBlocks a critical product path. Must be handled immediatelybugcost: XSWill take up to half a day to complete

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions