ASP NET MVC 5 Ajouter le logo à Navbar

<a href="@Url.Action("Index", "Home")" class="navbar-brand">
    <img src="img/accomodator-mini.png" title="title" alt="additional title" />
</a>
<!--
Note: I'd add style="margin: 0px 0px" after the class, 
because navbard-brand has a 15px margin that would
lead the image to be rendered moved downwards.
-->
Ivanoft