我想从asp.net中的默认浏览器图标更改弹出窗口的图标。在下面的屏幕截图中,我标记了图标。
请让我知道这样做的方法。
答案 0 :(得分:0)
它被称为favicon。只需在html的头部更改你的快捷方式图标
<link runat="server" rel="shortcut icon" href="http://path/images/favicon.ico" type="image/x-icon"/>
它们通常非常小 - 不超过50x50像素
答案 1 :(得分:0)
要更改网站的图标,请在母版页的<head>
标记中添加此代码。
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />