C# Class Phun.Routing.PhunUrlRoutingModule

Url routing modules
Inheritance: System.Web.Routing.UrlRoutingModule
Exibir arquivo Open project: noogen/phuncms

Public Methods

Method Description
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.

Method Details

PhunUrlRoutingModule() public method

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

PostResolveRequestCache() public method

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.
return void