LowercaseRoutesMVC Contains extension methods to map routes to lowercase URLs. Maps the specified URL route using a lowercase URL. Does not change casing in the querystring, if any. A collection of routes for the application. The name of the route to map. The URL pattern for the route. A reference to the mapped route. Maps the specified URL route using a lowercase URL and sets default route values. Does not change casing in the querystring, if any. A collection of routes for the application. The name of the route to map. The URL pattern for the route. An object that contains default route values. A reference to the mapped route. Maps the specified URL route using a lowercase URL and sets the namespaces. Does not change casing in the querystring, if any. A collection of routes for the application. The name of the route to map. The URL pattern for the route. A set of namespaces for the application. A reference to the mapped route. Maps the specified URL route using a lowercase URL and sets default route values and constraints. Does not change casing in the querystring, if any. A collection of routes for the application. The name of the route to map. The URL pattern for the route. An object that contains default route values. A set of expressions that specify valid values for a URL parameter. A reference to the mapped route. Maps the specified URL route using a lowercase URL and sets default route values and namespaces. Does not change casing in the querystring, if any. A collection of routes for the application. The name of the route to map. The URL pattern for the route. An object that contains default route values. A set of namespaces for the application. A reference to the mapped route. Maps the specified URL route and sets default route values, constraints, and namespaces. Does not change casing in the querystring, if any. A collection of routes for the application. The name of the route to map. The URL pattern for the route. An object that contains default route values. A set of expressions that specify valid values for a URL parameter. A set of namespaces for the application. A reference to the mapped route. Contains extension methods to map routes in Areas to lowercase URLs. Maps the specified URL route using a lowercase URL and associates it with the area that is specified by the AreaName property. Does not change casing in the querystring, if any. The context that encapsulates the information that is required in order to register an area within an ASP.NET MVC application. The name of the route. The URL pattern for the route. A reference to the mapped route. Maps the specified URL route using a lowercase URL and associates it with the area that is specified by the AreaName property, using the specified route default values. Does not change casing in the querystring, if any. The context that encapsulates the information that is required in order to register an area within an ASP.NET MVC application. The name of the route. The URL pattern for the route. An object that contains default route values. A reference to the mapped route. Maps the specified URL route using a lowercase URL and associates it with the area that is specified by the AreaName property, using the specified namespaces. Does not change casing in the querystring, if any. The context that encapsulates the information that is required in order to register an area within an ASP.NET MVC application. The name of the route. The URL pattern for the route. A set of namespaces for the application. A reference to the mapped route. Maps the specified URL route using a lowercase URL and associates it with the area that is specified by the AreaName property, using the specified route default values and constraints. Does not change casing in the querystring, if any. The context that encapsulates the information that is required in order to register an area within an ASP.NET MVC application. The name of the route. The URL pattern for the route. An object that contains default route values. A set of expressions that specify valid values for a URL parameter. A reference to the mapped route. Maps the specified URL route using a lowercase URL and associates it with the area that is specified by the AreaName property, using the specified route default values and namespaces. Does not change casing in the querystring, if any. The context that encapsulates the information that is required in order to register an area within an ASP.NET MVC application. The name of the route. The URL pattern for the route. An object that contains default route values. A set of namespaces for the application. A reference to the mapped route. Maps the specified URL route using a lowercase URL and associates it with the area that is specified by the AreaName property, using the specified route default values, constraints, and namespaces. Does not change casing in the querystring, if any. The context that encapsulates the information that is required in order to register an area within an ASP.NET MVC application. The name of the route. The URL pattern for the route. An object that contains default route values. A set of expressions that specify valid values for a URL parameter. A set of namespaces for the application. A reference to the mapped route.