I'm facing an issue with the navbar in asp.net mvc
https://i.sstatic.net/QJmPW.jpg
Here is my code snippet
<li class="nav-item nav-link" role="presentation">
<a class="nav-link" @Html.ActionLink("Customers", "Index", "Customers") />
</li>
Can anyone explain why this character "/>" appears?
Much appreciated for your help!