ScriptModule 類別

定義

管理 HTTP 模組,用於 ASP.NET 中的 AJAX 功能。

public ref class ScriptModule : System::Web::IHttpModule
public class ScriptModule : System.Web.IHttpModule
type ScriptModule = class
    interface IHttpModule
Public Class ScriptModule
Implements IHttpModule
繼承
ScriptModule
實作

建構函式

ScriptModule()

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

方法

Dispose()

釋出模組所使用的資源 (記憶體除外)。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
Init(HttpApplication)

初始化模組,並準備該模組以處理要求。

MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

明確介面實作

IHttpModule.Dispose()

執行與釋放 (Free)、釋出 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

IHttpModule.Init(HttpApplication)

初始化模組,並做準備以處理要求。

適用於

另請參閱