Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Processes the request by using the specified HTTP request context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable Sub ProcessRequest ( _
httpContext As HttpContext _
)
protected virtual void ProcessRequest(
HttpContext httpContext
)
protected:
virtual void ProcessRequest(
HttpContext^ httpContext
)
Parameters
- httpContext
Type: System.Web.HttpContext
The HTTP context.
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.