Calyptus.Mvc.HttpParentActionHandler.ProcessRequest C# (CSharp) Method

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void
		public void ProcessRequest(HttpContext context)
		{
			throw new NotImplementedException("The routing engine is suppose to parse this action before returning an IHttpHandler.");
		}
	}
HttpParentActionHandler