C# 클래스 NContext.Extensions.AspNet.WebApi.Routing.Route

Defines a class which represents a Web API service route.
파일 보기 프로젝트 열기: PowerDMS/NContext

공개 메소드들

메소드 설명
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