I have this error in the navbar in asp.net mvc
And this id my code
<li class="nav-item nav-link" role="presentation">
<a class="nav-link" @Html.ActionLink("Customers", "Index", "Customers") />
</li>
So why this character come />
The close for the
