Visual Studio仮想サーバーでは、これは機能します。しかし、IISにサイトを配置すると、コンテンツフォルダーの画像が表示されません。
var imgPath = '/Content/Images/Icons/' + icon + '.png';
var imageContent = '@Server.MapPath(Url.Content("-1"))';
image = imageContent.replace('-1', imgPath);
各画像のブラウザでエラーが発生する
http://localhost/Content/Images/Icons/carwash.png Failed to load resource: the server responded with a status of 404 (Not Found)