TaxonomyNavigationContext.Current property
Gets an instance of a TaxonomyNavigationContext object that is associated with the current HTTP request that is based on the Current property.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As TaxonomyNavigationContext
Get
'Usage
Dim value As TaxonomyNavigationContext
value = TaxonomyNavigationContext.Current
public static TaxonomyNavigationContext Current { get; }
Property value
Type: Microsoft.SharePoint.Publishing.Navigation.TaxonomyNavigationContext
See also
Reference
TaxonomyNavigationContext class