The LowercaseRoute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LowercaseRoute(String, IRouteHandler) | Initializes a new instance of the LowercaseRoute class | |
| LowercaseRoute(String, RouteValueDictionary, IRouteHandler) | Initializes a new instance of the LowercaseRoute class | |
| LowercaseRoute(String, RouteValueDictionary, RouteValueDictionary, IRouteHandler) | Initializes a new instance of the LowercaseRoute class | |
| LowercaseRoute(String, RouteValueDictionary, RouteValueDictionary, RouteValueDictionary, IRouteHandler) | Initializes a new instance of the LowercaseRoute class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetRouteData | Returns information about the requested route. (Inherited from Route.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVirtualPath | (Overrides Route..::..GetVirtualPath(RequestContext, RouteValueDictionary).) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Constraints | Gets or sets a dictionary of expressions that specify valid values for a URL parameter. (Inherited from Route.) | |
| DataTokens | Gets or sets custom values that are passed to the route handler, but which are not used to determine whether the route matches a URL pattern. (Inherited from Route.) | |
| Defaults | Gets or sets the values to use if the URL does not contain all the parameters. (Inherited from Route.) | |
| RouteHandler | Gets or sets the object that processes requests for the route. (Inherited from Route.) | |
| Url | Gets or sets the URL pattern for the route. (Inherited from Route.) |