Browse by Tags

Related Posts

  • MVC Route URL Patterns

    Hi, I was wondering what the different urlpatterns are that can be used. So far I know that a variable can only come after or before a '/'. These are correct : /test/{category} /test/{category}.html This is however wrong and is not being routed : /test/test{category}.html I need a way of getting...
    Posted to ASP.NET MVC (Forum) by Peter Meir on 04-09-2008, 12:00 AM
    Filed under: MVC, routing, url pattern, route
  • 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, Controller, routing, route
Page 1 of 1 (2 items)