Adding .png image to the title property - ASP.Net MVC 4

LYKS

ss

How do I add an image to the title tab of the website? Thank you. Btw I'm using ASP.Net MVC4

LYKS

Thanks for all the response! From my researching over the internet I found this solution

<link rel="icon" type="image/x-icon" href="@Url.Content("~/Content/img/MyIcon.ico")">

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related