Template Documentation
RouteConfig Class |
Class to configure all the routes of the app
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
RouteConfig | Initializes a new instance of the RouteConfig class |
Methods
Name | Description | |
---|---|---|
RegisterRoutes |
Register all the routes for the app
|
See Also