C# 클래스 Phun.Routing.PhunMvcRouteHandler

For handling mvc phuncms 404 routes.
상속: MvcRouteHandler
파일 보기 프로젝트 열기: noogen/phuncms 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : System.Web.IHttpHandler

Returns the HTTP handler by using the specified HTTP context.

PreHandleRequestInternal ( System requestContext ) : void

Returns the HTTP handler by using the specified HTTP context.

메소드 상세

GetHttpHandler() 보호된 메소드

Returns the HTTP handler by using the specified HTTP context.
protected GetHttpHandler ( System.Web.Routing.RequestContext requestContext ) : System.Web.IHttpHandler
requestContext System.Web.Routing.RequestContext The request context.
리턴 System.Web.IHttpHandler

PreHandleRequestInternal() 보호된 메소드

Returns the HTTP handler by using the specified HTTP context.
protected PreHandleRequestInternal ( System requestContext ) : void
requestContext System The request context.
리턴 void