RouteConfig Class

Template MVC

RouteConfig Class

Class to configure all the routes of the app
Inheritance Hierarchy
SystemObject  Template.WebRouteConfig

Namespace:  Template.Web
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class RouteConfig

The RouteConfig type exposes the following members.

Constructors
  NameDescription
Public methodRouteConfig
Initializes a new instance of the RouteConfig class
Top
Methods
  NameDescription
Public methodStatic memberRegisterRoutes
Register all the routes for the app
Top
See Also