1

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")"/>
ekad
  • 14,436
  • 26
  • 44
  • 46
silencer lee
  • 11
  • 1
  • 7
  • 1
    Had a look at this rather brand new post ? http://stackoverflow.com/questions/487230/serving-favicon-ico-in-asp-net-mvc – Marged May 28 '15 at 06:01
  • Yes, what I'am looking at is where should I add this code? I already added this under View but no joy :( – silencer lee May 28 '15 at 06:18

1 Answers1

-1

Add it in layout view(inside head section)