TaxonomyNavigationContext.HasFriendlyUrl property

Gets a Boolean value that indicates whether the taxonomy navigation context has a friendly URL.

Namespace:  Microsoft.SharePoint.Publishing.Navigation
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property HasFriendlyUrl As Boolean
    Get
'Usage
Dim instance As TaxonomyNavigationContext
Dim value As Boolean

value = instance.HasFriendlyUrl
public bool HasFriendlyUrl { get; }

Property value

Type: System.Boolean
true if the FriendlyUrlTerm property exists and the CatalogUrlSegments property is empty, that is, if the active URL is a friendly URL; otherwise, false.

See also

Reference

TaxonomyNavigationContext class

TaxonomyNavigationContext members

Microsoft.SharePoint.Publishing.Navigation namespace