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

Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

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

Méthode Description
CreateRouteValueDictionaryWithNamespaces ( string namespaces ) : RouteValueDictionary

Method Details

MapLowercaseDashedRoute() public static méthode

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

MapLowercaseDashedRoute() public static méthode

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

MapLowercaseDashedRoute() public static méthode

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