INavigationService Interface
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
Can |
Gets a value indicating whether backward navigation is supported. |
Can |
Gets a value indicating whether forward navigation is supported. |
Current |
Gets the current page in the IIS Manager user interface. |
History |
Gets the set of IIS Manager pages in the history. |
Navigate(Connection, Management |
Navigates to the specified page. |
Navigate |
Moves backward to a previous page. |
Navigate |
Moves forward to the next page. |
Navigation |
Occurs when the user navigates from one page to another. |