INavigationService Interface
IIS 7.0
Enables navigation between different pages in the IIS Manager user interface.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | CanNavigateBack | Gets a value indicating whether backward navigation is supported. |
![]() | CanNavigateForward | Gets a value indicating whether forward navigation is supported. |
![]() | CurrentItem | Gets the current page in the IIS Manager user interface. |
![]() | History | Gets the set of IIS Manager pages in the history. |
| Name | Description | |
|---|---|---|
![]() | Navigate(Connection, ManagementConfigurationPath, Type, Object) | Navigates to the specified page. |
![]() | NavigateBack(Int32) | Moves backward to a previous page. |
![]() | NavigateForward() | Moves forward to the next page. |
| Name | Description | |
|---|---|---|
![]() | NavigationPerformed | Occurs when the user navigates from one page to another. |
Show:


