SPWeb.Navigation property
Gets a navigation object that represents navigation on the website, including the Quick Launch area and the top navigation bar.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Navigation As SPNavigation
Get
'Usage
Dim instance As SPWeb
Dim value As SPNavigation
value = instance.Navigation
public SPNavigation Navigation { get; }
Property value
Type: Microsoft.SharePoint.Navigation.SPNavigation
An object that represents the website navigation elements.