C# Class Calyptus.Mvc.RoutingHandler

Inheritance: IHttpHandlerFactory
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Méthode Description
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void

Method Details

GetHandler() public méthode

public GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
pathTranslated string
Résultat IHttpHandler

ReleaseHandler() public méthode

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
Résultat void