ASP.NETでfavicon設置

こんな感じでできた。 site.masterでlinkした。

site.master
  <%@ Master Language="VB" AutoEventWireup="false" CodeBehind="Site.master.vb"%>

<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head runat="server">

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <title>MovieJukeBox</title>
    <link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
    <link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
    <asp:ContentPlaceHolder ID="HeadContent" runat="server">
    </asp:ContentPlaceHolder>
    <style type="text/css">
        .HeaderPicture
        {
            width: 1880px;
            height: 89px;
        }
    </style>
</head>

こんな感じ
favicon

コメント

このブログの人気の投稿

ダブルクォーテーションで括られたCSVカ​ンマ区切りテキストファイルを SQL Server で Bulk Insert する方法

PowerShellでTSV/CSVの列を絞り込んで抽出し、(先頭/行末)からN行出力する

IKEAの鏡を壁に取り付ける