共用方式為


HttpRuntime.ProcessRequest(HttpWorkerRequest) 方法

定義

驅動所有 ASP.NET Web 處理的執行。

public:
 static void ProcessRequest(System::Web::HttpWorkerRequest ^ wr);
public static void ProcessRequest (System.Web.HttpWorkerRequest wr);
static member ProcessRequest : System.Web.HttpWorkerRequest -> unit
Public Shared Sub ProcessRequest (wr As HttpWorkerRequest)

參數

wr
HttpWorkerRequest

目前應用程式的 HttpWorkerRequest

例外狀況

wr 參數為 null

Web 應用程式正在 IIS 7 下的整合模式中執行。

備註

當您的程式碼實作自己的裝載環境時,會提供這個方法以供使用。 當您的程式碼實作自己的 HttpWorkerRequest 時,也可以用來執行子要求。

適用於