INavigationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables navigation between different pages in the IIS Manager user interface.
public interface class INavigationService
public interface INavigationService
type INavigationService = interface
Public Interface INavigationService
Properties
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. |
Methods
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. |
Events
NavigationPerformed |
Occurs when the user navigates from one page to another. |