MvcHttpHandler 類別

定義

驗證並處理 HTTP 要求。

public class MvcHttpHandler : System.Web.Routing.UrlRoutingHandler, System.Web.IHttpAsyncHandler, System.Web.IHttpHandler, System.Web.SessionState.IRequiresSessionState
type MvcHttpHandler = class
    inherit UrlRoutingHandler
    interface IHttpAsyncHandler
    interface IHttpHandler
    interface IRequiresSessionState
Public Class MvcHttpHandler
Inherits UrlRoutingHandler
Implements IHttpAsyncHandler, IHttpHandler, IRequiresSessionState
繼承
MvcHttpHandler
實作

建構函式

MvcHttpHandler()

初始化 MvcHttpHandler 類別的新執行個體。

方法

BeginProcessRequest(HttpContext, AsyncCallback, Object)

由 ASP.NET 呼叫來開始進行非同步要求處理。

BeginProcessRequest(HttpContextBase, AsyncCallback, Object)

由 ASP.NET 呼叫來開始進行非同步要求處理。

EndProcessRequest(IAsyncResult)

非同步要求處理結束時由 ASP.NET 進行呼叫。

VerifyAndProcessRequest(IHttpHandler, HttpContextBase)

驗證並處理 HTTP 要求。

明確介面實作

IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object)

由 ASP.NET 呼叫來開始進行非同步要求處理。

IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

非同步要求處理結束時由 ASP.NET 進行呼叫。

適用於