MetadataNavigationContext.Current Property
Returns the [MetadataNavigationContext] object for the current [HttpContext], or a null reference (Nothing in Visual Basic) if there is no current [HttpContext].
Namespace: Microsoft.Office.DocumentManagement.MetadataNavigation
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As MetadataNavigationContext
Get
'Usage
Dim value As MetadataNavigationContext
value = MetadataNavigationContext.Current
public static MetadataNavigationContext Current { get; }
Property Value
Type: Microsoft.Office.DocumentManagement.MetadataNavigation.MetadataNavigationContext
Returns MetadataNavigationContext.
See Also
Reference
MetadataNavigationContext Class
MetadataNavigationContext Members
Microsoft.Office.DocumentManagement.MetadataNavigation Namespace