Releases the resources (other than memory) used by the module.
Syntax
CSharp
protected virtual void Dispose ()
VisualBasic
Protected Overridable Sub Dispose
ManagedCPlusPlus
protected:
virtual void Dispose ()
JSharp
protected void Dispose ()
Remarks
The Dispose() method performs any final cleanup work before the module is removed from the execution pipeline.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)