MvcHandler.ProcessRequest Method

Include Protected Members
Include Inherited Members

Processes the request.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method ProcessRequest(HttpContext) Processes the request by using the specified HTTP request context.
Protected method ProcessRequest(HttpContextBase) Processes the request by using the specified base HTTP request context.

Top

Remarks

For more information about the differences between this method and the ProcessRequest method of the MvcHttpHandler class, see the "Remarks" sections of the MvcHandler class overview.

See Also

Reference

MvcHandler Class

System.Web.Mvc Namespace