IModulePage Interface
Provides properties and methods for developing and managing an IIS Manager extension.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | CanRefresh | Gets a value indicating whether the page can be refreshed. |
![]() | HasChanges | Gets a value indicating whether the module page has changes. |
![]() | PageInfo | Gets the ModulePageInfo object for the page. |
![]() | Tasks | Gets a list of the tasks for the page. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | Initialize(Module, ModulePageInfo, Object) | Initializes the module with the pageInfo properties when the page is first created. |
![]() | OnActivated(Boolean) | Provides processing information when the page is activated. |
![]() | OnDeactivating(CancelEventArgs) | Provides a mechanism to cancel a page view change. |
![]() | Refresh() | Refreshes the module page. |
![]() | ShowHelp() | Indicates whether a Help dialog box is available for a module page. |
The ModulePage class implements this interface.
Show:

