C# Class Phun.Routing.ResourceRouteHandler

Resource route handler. This allow for mapping static content when runAllManagedModulesForAllRequests is false.
Inheritance: IHttpHandler
Afficher le fichier Open project: noogen/phuncms

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.

Method Details

ProcessRequest() public méthode

Enables processing of HTTP Web requests by a custom HttpHandler that implements the T:System.Web.IHttpHandler interface.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
Résultat void