Tagged Questions

3
votes
2answers
3k views

ASP.NET MVC - Routes and UrlHelper

I have the following route routes.MapRoute( "GigDayListings", // Route name "gig/list/{year}/{month}/{day}", // ...
0
votes
2answers
122 views

Url helper for full url in asp.net mvc-3

Writing @Url.Content("~/Something/Something.html") in razor renders /AppFolder/Something/Something.html is there a way to render the full url like ...