C# 클래스 Calyptus.Mvc.RoutingHandler

상속: IHttpHandlerFactory
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc

공개 메소드들

메소드 설명
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void

메소드 상세

GetHandler() 공개 메소드

public GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
pathTranslated string
리턴 IHttpHandler

ReleaseHandler() 공개 메소드

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
리턴 void