MvcHandler::ProcessRequest Method

 

Processes the request.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_protmethodProcessRequest(HttpContext^)

Processes the request by using the specified HTTP request context.

System_CAPS_protmethodProcessRequest(HttpContextBase^)

Processes the request by using the specified base HTTP request context.

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.

Return to top

MvcHandler::ProcessRequest Method (HttpContext^)

Processes the request by using the specified HTTP request context.

protected:
virtual void ProcessRequest(
	HttpContext^ httpContext
)

Parameters

httpContext
Type: System.Web::HttpContext^

The HTTP context.

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.

Return to top

MvcHandler::ProcessRequest Method (HttpContextBase^)

Processes the request by using the specified base HTTP request context.

public protected:
virtual void ProcessRequest(
	HttpContextBase^ httpContext
)

Parameters

httpContext
Type: System.Web::HttpContextBase^

The HTTP context.

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.

Return to top
Show: