Browse by Tags

Related Posts

  • Route to a single controller action

    How do I create a rule for all URLs to a specific View folder to go to the same controller action ... ? For example any URL that ends in ~/Sections/ should go to ~/Sections/Index. I've tried the following to no avail:- routes.MapRoute( "Sections", // Route name "Sections/*", ...
    Posted to ASP.NET MVC (Forum) by cranialsurge on 10-01-2009, 12:00 AM
    Filed under: ASP.NET MVC, MVC, Controller, action controllers, routetes
Page 1 of 1 (1 items)