C# Класс NContext.Extensions.AspNet.WebApi.Routing.Route

Defines a class which represents a Web API service route.
Показать файл Открыть проект

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

Метод Описание
Route ( String routeName, String routeTemplate ) : System

Initializes a new instance of the Route class for hosting within an ASP.NET application.

Route ( String routeName, String routeTemplate, Object defaults ) : System

Initializes a new instance of the Route class for hosting within an ASP.NET application.

Route ( String routeName, String routeTemplate, Object defaults, Object constraints ) : System

Initializes a new instance of the Route class for hosting within an ASP.NET application.

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

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

Initializes a new instance of the Route class for hosting within an ASP.NET application.
public Route ( String routeName, String routeTemplate ) : System
routeName String Name of the route.
routeTemplate String The route template.
Результат System

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

Initializes a new instance of the Route class for hosting within an ASP.NET application.
public Route ( String routeName, String routeTemplate, Object defaults ) : System
routeName String Name of the route.
routeTemplate String The route template.
defaults Object The defaults.
Результат System

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

Initializes a new instance of the Route class for hosting within an ASP.NET application.
public Route ( String routeName, String routeTemplate, Object defaults, Object constraints ) : System
routeName String Name of the route.
routeTemplate String The route template.
defaults Object The defaults.
constraints Object The constraints.
Результат System