Makes ImageResizer REST API accessible behind edge caching services like Amazon CloudFront.
Adds support for a semicolon-based syntax, to bypass querystring-lopping.
Example (standard): http://cf.server.com/image.jpg?width=100&height=100
Example (semicolon):...
More information
Provides taghelpers to aid with the generation of resource uri's for <script>, <link> and <img> tags. Also provides utilities interfaces to generate cdn uri's from configuration settings with support for multiple active cdn providers
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",...
More information