C# Класс Hyper.Http.Routing.HttpRouteCollectionExtensions

HttpRouteCollectionExtensions class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

MapHttpRouteLowercase() публичный статический Метод

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.
Результат IHttpRoute

MapHttpRouteLowercase() публичный статический Метод

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.
Результат IHttpRoute

MapHttpRouteLowercase() публичный статический Метод

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.
Результат IHttpRoute