mcintyre321 / EmbeddedResourceVirtualPathProvider

A custom VirtualPathProvider for IIS - load views and assets from Embedded Resources in referenced assemblies
http://www.adverseconditionals.com/2011/07/portable-aspnet-code-using.html
MIT License
63 stars 42 forks source link

Add support for dashes in the resources paths'. #7

Closed miguelhughes closed 10 years ago

miguelhughes commented 10 years ago

Split the request path in folder/filename, then fix the dashes in the folder. Afterwards put it back together and replace "/" by "." as originally.