RouteConfig.RegisterRoutes Method

Template MVC

RouteConfigRegisterRoutes Method

Register all the routes for the app

Namespace:  Template.Web
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void RegisterRoutes(
	RouteCollection routes
)

Parameters

routes
Type: System.Web.RoutingRouteCollection
The main routes collection object to map the routes
See Also