Route Constructor
.NET Framework (current version)
Initializes a new instance of the Route class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Route(String^, IRouteHandler^) | Initializes a new instance of the Route class, by using the specified URL pattern and handler class. |
![]() | Route(String^, RouteValueDictionary^, IRouteHandler^) | Initializes a new instance of the Route class, by using the specified URL pattern, default parameter values, and handler class. |
![]() | Route(String^, RouteValueDictionary^, RouteValueDictionary^, IRouteHandler^) | Initializes a new instance of the Route class, by using the specified URL pattern, default parameter values, constraints, and handler class. |
![]() | Route(String^, RouteValueDictionary^, RouteValueDictionary^, RouteValueDictionary^, IRouteHandler^) | Initializes a new instance of the Route class, by using the specified URL pattern, default parameter values, constraints, custom values, and handler class. |
Show:
