반응형
Previous Post
This time, let's add an Email tab to display the contents of Mailfolders.
Currently, the design looks like this. We will add the Email tab between Home and Privacy.
_layout.cshtml
Add the following content as shown below.
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Mailfolders">Email</a>
</li>
Confirm that the addition has been successfully made.
When clicked, it will be displayed as shown below.
반응형