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)
The INavigationService type exposes the following members.
| 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 | Navigates to the specified page. |
![]() | NavigateBack | Moves backward to a previous page. |
![]() | NavigateForward | Moves forward to the next page. |
