Language

INavigationService Interface

Definition

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

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.

Methods

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.

Events

Name Description
NavigationPerformed

Occurs when the user navigates from one page to another.

Applies to