Browse by Tags

Related Posts

  • How to redirect to another controller based on a wildcard

    Hi there! I have a problem which I'm sure should be fairly simple. I have several routes which catch various different types of urls that contain different structures, but they correspond to other urls which can be found inside the routescollection. routes.MapRoute( "Product" , "products...
    Posted to ASP.NET MVC (Forum) by Dan Atkinson on 10-17-2008, 12:00 AM
    Filed under: Redirect, route, aspnetmvc, Controller, wildcard
  • Routing problem...doesnt work

    Hello friends! What is wrong if my code? Global.asax.cs 1 public class GlobalApplication : System.Web.HttpApplication 2 { 3 public static void RegisterRoutes(RouteCollection routes) 4 { 5 // Note: Change the URL to "{controller}.mvc/{action}/{id}" to enable 6 // automatic support on IIS6 and...
    Posted to ASP.NET MVC (Forum) by andrebtoda on 05-13-2008, 12:00 AM
    Filed under: MVC, route, routing, Controller
Page 1 of 1 (2 items)