ASP.NET MVC generates URLS starting with '/', are relative possible?
- by artvolk
ASP.NET MVC helpers generates URLs with slash, I use <base /> tag for my project, so it possible to place application to folder. Is it possible to generate relative URLs without first slash?
Thanks!