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

Datei anzeigen Open project: EnvironmentAgency/prsd-iws

Public Methods

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

Method Details

MapLowercaseDashedRoute() public static method

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

MapLowercaseDashedRoute() public static method

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