I was wondering how should I add favicon
on MVC
View?
Where do I need to add the code:
<link rel="icon" href="@Url.Content("~/content/favicon.ico")"/>
I was wondering how should I add favicon
on MVC
View?
Where do I need to add the code:
<link rel="icon" href="@Url.Content("~/content/favicon.ico")"/>