C# Class Phun.Routing.PhunMvcRouteHandler

For handling mvc phuncms 404 routes.
Inheritance: MvcRouteHandler
Afficher le fichier Open project: noogen/phuncms Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
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.

Method Details

GetHttpHandler() protected méthode

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.
Résultat System.Web.IHttpHandler

PreHandleRequestInternal() protected méthode

Returns the HTTP handler by using the specified HTTP context.
protected PreHandleRequestInternal ( System requestContext ) : void
requestContext System The request context.
Résultat void