Articles
FAQs
Login
All Questions
New Question
C# .NET - MVC3 Master Page | Favicon
-
Asked By
santhosh
on 01-Aug-13 10:02 AM
How to render favicon.gif on all the browsers using MVC3 aspx applicaion. Kindly provide your thoughts.
Robbe Morris
replied to
santhosh
on 01-Aug-13 10:01 AM
<link
rel
=
"shortcut icon"
href
=
"/favicon.gif"
type
=
"image/x-icon"
/>
It is just an "link" tag in html.
santhosh
replied to
Robbe Morris
on 02-Aug-13 02:02 AM
Hi Robbe,
I have the favicon path stored in the database.
I want to retrieve this information when I render the MVC View and put it in the head section of the base.master page.
Kindly suggest your thoughts.
Thanks for your help
Santhosh