TaxonomyNavigationContext.ResolvedDisplayUrl property

Gets the friendly URL or catalog friendly URL for the current request in server-relative format without URL query parameters.

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

Syntax

'Declaration
Public ReadOnly Property ResolvedDisplayUrl As String
    Get
'Usage
Dim instance As TaxonomyNavigationContext
Dim value As String

value = instance.ResolvedDisplayUrl
public string ResolvedDisplayUrl { get; }

Property value

Type: System.String
If the context NavigationTermobject represents a friendly URL, then the ResolvedDisplayUrl property returns the same value as the GetResolvedDisplayUrl method. If it represents a catalog friendly URL, then the CatalogUrlSegments property is appended to construct a complete catalog friendly URL. In all other cases, the return value is an empty string.

See also

Reference

TaxonomyNavigationContext class

TaxonomyNavigationContext members

Microsoft.SharePoint.Publishing.Navigation namespace