Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.Net MVC2 アプリケーションで Favicon を設定するにはどうすればよいですか?
.ico ファイルは既に Content フォルダーにあります。
これをマスター ページのセクションに追加します。
<link rel="shortcut icon" href="/Content/favicon.ico" type="image/ico" />