本文介绍了如何在ASP.net中使用Favicon Icon?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在页面的头部使用此代码: -
I use this code in head of the page :-
<link id="Link1" runat="server" rel="shortcut icon" href="~/favicon.ico" type="image/x-icon" />
<link id="Link2" runat="server" rel="icon" href="~/favicon.ico" type="image/ico" />
但仍不适用于谷歌浏览器。
but still it is not works in google chrome.
推荐答案
这篇关于如何在ASP.net中使用Favicon Icon?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!