C# 클래스 Microsoft.Azure.WebJobs.Script.Binding.HttpRouteFactory

파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script 1 사용 예제들

공개 메소드들

메소드 설명
CreateRouteBuilder ( string routeTemplate ) : IDirectRouteBuilder
GetRouteParameters ( string routeTemplate ) : IEnumerable
HttpRouteFactory ( string prefix = "api" ) : System.Collections.Generic
TryAddRoute ( string routeName, string routeTemplate, IEnumerable methods, HttpRouteCollection routes, IHttpRoute &route ) : bool

비공개 메소드들

메소드 설명
ParseRouteParameters ( string routeTemplate ) : IEnumerable

메소드 상세

CreateRouteBuilder() 공개 메소드

public CreateRouteBuilder ( string routeTemplate ) : IDirectRouteBuilder
routeTemplate string
리턴 IDirectRouteBuilder

GetRouteParameters() 공개 메소드

public GetRouteParameters ( string routeTemplate ) : IEnumerable
routeTemplate string
리턴 IEnumerable

HttpRouteFactory() 공개 메소드

public HttpRouteFactory ( string prefix = "api" ) : System.Collections.Generic
prefix string
리턴 System.Collections.Generic

TryAddRoute() 공개 메소드

public TryAddRoute ( string routeName, string routeTemplate, IEnumerable methods, HttpRouteCollection routes, IHttpRoute &route ) : bool
routeName string
routeTemplate string
methods IEnumerable
routes HttpRouteCollection
route IHttpRoute
리턴 bool