似乎可以通过这种方式引用样式表:
<link href="@Url.Content("~/Content/jquery.duckbilledplatypus.css")" rel="stylesheet" type="text/css" />
...或者这样:
<link href="@Href("~/Content/jquery.duckbilledplatypus.css")" rel="stylesheet" type="text/css" />
一种方式比另一种方式有优势吗?
我注意到我也有这个:
<script src="@Url.Content("http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js")" type="text/javascript" defer ></script>
...这可能是虚假的(这种方式的 href 剃须刀),因为 CDN 上的文件不需要被剃刀。