NavigationItem Class
Keeps track of the feature pages that the client is using. This class cannot be inherited.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | ConfigurationPath | Gets the configuration path for the navigation item. |
![]() | Connection | Gets the connection for the navigation item. |
![]() | NavigationData | Gets the arbitrary data that is used in the navigation item. |
![]() | Page | Gets the page that is associated with the navigation item. |
![]() | PageType | Gets the type of page that is associated with the navigation item. |
![]() | UserData | Gets the user data that is associated with the navigation item. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable.Dispose() | Releases all resources used by the NavigationItem. |
You can use this class whenever you perform a navigation operation. The NavigationItem object can represent a page that you are navigating to or from, and you can use the object in the set of history pages.
The following example uses a NavigationItem object and the associated event arguments to assist navigation.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



