C# 클래스 Phun.Routing.PhunUrlRoutingModule

Url routing modules
상속: System.Web.Routing.UrlRoutingModule
파일 보기 프로젝트 열기: noogen/phuncms

공개 메소드들

메소드 설명
PhunUrlRoutingModule ( ) : System

Initializes a new instance of the PhunUrlRoutingModule class.

PostResolveRequestCache ( System.Web.HttpContextBase context ) : void

Matches the HTTP request to a route, retrieves the handler for that route, and sets the handler as the HTTP handler for the current request.

메소드 상세

PhunUrlRoutingModule() 공개 메소드

Initializes a new instance of the PhunUrlRoutingModule class.
public PhunUrlRoutingModule ( ) : System
리턴 System

PostResolveRequestCache() 공개 메소드

Matches the HTTP request to a route, retrieves the handler for that route, and sets the handler as the HTTP handler for the current request.
public PostResolveRequestCache ( System.Web.HttpContextBase context ) : void
context System.Web.HttpContextBase Encapsulates all HTTP-specific information about an individual HTTP request.
리턴 void