Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enables processing of the specified HTTP request by the ASP.NET MVC framework.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides Sub ProcessRequest ( _
context As HttpContext _
)
public override void ProcessRequest(
HttpContext context
)
public:
virtual void ProcessRequest(
HttpContext^ context
) override
Parameters
- context
Type: System.Web.HttpContext
An object that encapsulates HTTP-specific information about the current HTTP request.
Implements
IHttpHandler.ProcessRequest(HttpContext)