Calyptus.Mvc.RoutingHandler.GetHandler C# (CSharp) Method

GetHandler() public method

public GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
pathTranslated string
return IHttpHandler
		public IHttpHandler GetHandler(HttpContext context, string requestType, string url, string pathTranslated)
		{
			return RoutingModule.GetHandler(context);
		}