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

Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Web.Routing.Route

MapLowercaseDashedRoute() public static méthode

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