C# Class Hyper.Http.Routing.HttpRouteCollectionExtensions

HttpRouteCollectionExtensions class.
Afficher le fichier Open project: tmitchel2/Hyper

Méthodes publiques

Méthode Description
MapHttpRouteLowercase ( this routes, string name, string routeTemplate ) : IHttpRoute

Maps the HTTP route lowercase.

MapHttpRouteLowercase ( this routes, string name, string routeTemplate, object defaults ) : IHttpRoute

Maps the HTTP route lowercase.

MapHttpRouteLowercase ( this routes, string name, string routeTemplate, object defaults, object constraints ) : IHttpRoute

Maps the HTTP route lowercase.

Private Methods

Méthode Description
CreateRoute ( string routeTemplate, object>.IDictionary defaults, object>.IDictionary constraints, object>.IDictionary dataTokens, object>.IDictionary parameters ) : IHttpRoute

Creates the route.

GetTypeProperties ( object instance ) : object>.IDictionary

Gets the type properties.

Method Details

MapHttpRouteLowercase() public static méthode

Maps the HTTP route lowercase.
public static MapHttpRouteLowercase ( this routes, string name, string routeTemplate ) : IHttpRoute
routes this The routes.
name string The name.
routeTemplate string The route template.
Résultat IHttpRoute

MapHttpRouteLowercase() public static méthode

Maps the HTTP route lowercase.
public static MapHttpRouteLowercase ( this routes, string name, string routeTemplate, object defaults ) : IHttpRoute
routes this The routes.
name string The name.
routeTemplate string The route template.
defaults object The defaults.
Résultat IHttpRoute

MapHttpRouteLowercase() public static méthode

Maps the HTTP route lowercase.
public static MapHttpRouteLowercase ( this routes, string name, string routeTemplate, object defaults, object constraints ) : IHttpRoute
routes this The routes.
name string The name.
routeTemplate string The route template.
defaults object The defaults.
constraints object The constraints.
Résultat IHttpRoute