12
Vote

MVC IVirtualPathUtility to rewrite CDN hosted paths with UrlHelper.Content

description

Feature request

Allow all Url.Content and similar path resolution to be pluggable to rewrite paths to content on a CDN.

comments

zote wrote Mar 29, 2012 at 1:36 AM

Nice feature! Actually, I have my on method (Url.Content2) that does that for me, but a native implementation would be great!

HongmeiG wrote Sep 10, 2012 at 5:07 PM

This sounds like an interesting feature. Do you have a proposed design or a pull request that we can take a look at?