Update Default.cshtml

fix area missing in the bottom of dropdown botton
This commit is contained in:
priusprime 2017-08-30 02:05:47 +08:00 committed by Kiran Challa
parent 5d1377052b
commit 464fc8a15f
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
}
<li class="divider"></li>
<li>
<a asp-controller="Store" asp-action="Index">More...</a>
<a asp-area="" asp-controller="Store" asp-action="Index">More...</a>
</li>
</ul>
</li>
</li>