15.3 Creating and Registering a Simple Route; Listing-15.8 Registering a Route Using the MapRoute Method in RouteConfig.cs file
This commit is contained in:
parent
a5503a177b
commit
ef7147427c
@ -11,8 +11,7 @@ namespace UrlsAndRoutes
|
||||
{
|
||||
public static void RegisterRoutes(RouteCollection routes)
|
||||
{
|
||||
Route myRoute = new Route("{controller}/{action}", new MvcRouteHandler());
|
||||
routes.Add("MyRoute", myRoute);
|
||||
routes.MapRoute("MyRoute", "{controller}/{action}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user