C# Class EA.Iws.Web.Infrastructure.RouteCollectionExtensions

Datei anzeigen Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
MapLowercaseDashedRoute ( this routes, string name, string url, object defaults ) : Route
MapLowercaseDashedRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces ) : Route
MapLowercaseDashedRoute ( this routes, string name, string url, object defaults, string namespaces ) : Route

Private Methods

Method Description
CreateRouteValueDictionaryWithNamespaces ( string namespaces ) : RouteValueDictionary

Method Details

MapLowercaseDashedRoute() public static method

public static MapLowercaseDashedRoute ( this routes, string name, string url, object defaults ) : Route
routes this
name string
url string
defaults object
return System.Web.Routing.Route

MapLowercaseDashedRoute() public static method

public static MapLowercaseDashedRoute ( this routes, string name, string url, object defaults, object constraints, string namespaces ) : Route
routes this
name string
url string
defaults object
constraints object
namespaces string
return System.Web.Routing.Route

MapLowercaseDashedRoute() public static method

public static MapLowercaseDashedRoute ( this routes, string name, string url, object defaults, string namespaces ) : Route
routes this
name string
url string
defaults object
namespaces string
return System.Web.Routing.Route