CDN

To generate js, css, image files link from cdnjs or any others cdn provider. @Html.LoadCdn("jquery", "1.8.3", "jquery.min.js") @Html.LoadCdn("meyer-reset", "2.0", "reset.css") @Html.LoadCdn("twitter-bootstrap", "2.3.2", "img/glyphicons-halflings.png") @Html.LoadCdn("//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.css") @{ @Html.Raw(CDN.LoadCdn("jquery", "1.8.3", "jquery.min.js")); }


Keywords
mvc, cdn, cdnjs, helper
Install
Install-Package CDN -Version 2.0.0