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

LowercaseHttpRoute class.
Наследование: System.Web.Http.Routing.HttpRoute
Показать файл Открыть проект

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

Метод Описание
GetVirtualPath ( System request, object>.IDictionary values ) : IHttpVirtualPathData

Gets the virtual path.

LowercaseHttpRoute ( ) : System

Initializes a new instance of the LowercaseHttpRoute class.

LowercaseHttpRoute ( string routeTemplate ) : System

Initializes a new instance of the LowercaseHttpRoute class.

LowercaseHttpRoute ( string routeTemplate, HttpRouteValueDictionary defaults ) : System

Initializes a new instance of the LowercaseHttpRoute class.

LowercaseHttpRoute ( string routeTemplate, HttpRouteValueDictionary defaults, HttpRouteValueDictionary constraints ) : System

Initializes a new instance of the LowercaseHttpRoute class.

LowercaseHttpRoute ( string routeTemplate, HttpRouteValueDictionary defaults, HttpRouteValueDictionary constraints, HttpRouteValueDictionary dataTokens ) : System

Initializes a new instance of the LowercaseHttpRoute class.

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

GetVirtualPath() публичный Метод

Gets the virtual path.
public GetVirtualPath ( System request, object>.IDictionary values ) : IHttpVirtualPathData
request System The request.
values object>.IDictionary The values.
Результат IHttpVirtualPathData

LowercaseHttpRoute() публичный Метод

Initializes a new instance of the LowercaseHttpRoute class.
public LowercaseHttpRoute ( ) : System
Результат System

LowercaseHttpRoute() публичный Метод

Initializes a new instance of the LowercaseHttpRoute class.
public LowercaseHttpRoute ( string routeTemplate ) : System
routeTemplate string The route template.
Результат System

LowercaseHttpRoute() публичный Метод

Initializes a new instance of the LowercaseHttpRoute class.
public LowercaseHttpRoute ( string routeTemplate, HttpRouteValueDictionary defaults ) : System
routeTemplate string The route template.
defaults HttpRouteValueDictionary The default values for the route parameters.
Результат System

LowercaseHttpRoute() публичный Метод

Initializes a new instance of the LowercaseHttpRoute class.
public LowercaseHttpRoute ( string routeTemplate, HttpRouteValueDictionary defaults, HttpRouteValueDictionary constraints ) : System
routeTemplate string The route template.
defaults HttpRouteValueDictionary The default values for the route parameters.
constraints HttpRouteValueDictionary The constraints for the route parameters.
Результат System

LowercaseHttpRoute() публичный Метод

Initializes a new instance of the LowercaseHttpRoute class.
public LowercaseHttpRoute ( string routeTemplate, HttpRouteValueDictionary defaults, HttpRouteValueDictionary constraints, HttpRouteValueDictionary dataTokens ) : System
routeTemplate string The route template.
defaults HttpRouteValueDictionary The default values for the route parameters.
constraints HttpRouteValueDictionary The constraints for the route parameters.
dataTokens HttpRouteValueDictionary Any additional tokens for the route parameters.
Результат System