HttpHandler
HttpHandler 是實作 IHttpHandler 和 IHttpAsyncHandler 介面的類別。本章節會說明建立和註冊 HttpHandler 的方法,並提供同步處理常式、非同步處理常式以及 Factory 處理常式的範例。
本章節內容
- ASP.NET 要求處理
介紹 ASP.NET 處理 HTTP 要求的方法。 - 建立 HttpHandler
討論建立同步和非同步 HttpHandler 的相關議題。 - 註冊 HttpHandler
說明配置 ASP.NET 呼叫 HttpHandler 的方法。 - HttpHandler Factory
說明如何針對每一個 HTTP 要求來產生新的處理常式個體。
相關章節
- HTTP Runtime 支援
提供如何使用 IHttpModule 和 IHttpHandler 介面的概觀。 - HttpModules
提供 HttpModule 的概觀。