开发者

How do I set my favicon?

开发者 https://www.devze.com 2023-01-09 14:58 出处:网络
How do I set my Favicon in my ASP.Net MVC2 application? The .ico file is already in the Content folder, now w开发者_StackOverflowhat do I do?Add this to thesection of your master page(s):

How do I set my Favicon in my ASP.Net MVC2 application?

The .ico file is already in the Content folder, now w开发者_StackOverflowhat do I do?


Add this to the section of your master page(s):

<link rel="shortcut icon" href="/Content/favicon.ico" type="image/ico" />

0

精彩评论

暂无评论...
验证码 换一张
取 消