C# Class Phun.Routing.PhunUrlRoutingModule

Url routing modules
Inheritance: System.Web.Routing.UrlRoutingModule
Afficher le fichier Open project: noogen/phuncms

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the PhunUrlRoutingModule class.
public PhunUrlRoutingModule ( ) : System
Résultat System

PostResolveRequestCache() public méthode

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.
Résultat void