Skip to content

Instantly share code, notes, and snippets.

@taylorc
Created October 25, 2012 10:13
//for style sheets
@Html.Resource(@<link href="@Url.Content("~/Content/productSummary.css")" rel="stylesheet" />, ResourceType.Css)
//for script files
@Html.Resource(@<script src="@Url.Content("~/js/productSummary.js")" type="text/javascript" ></script>, ResourceType.Js)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment