Share via


NavigationTermSetView.ServerRelativeWebUrl property

Gets a server-relative URL for the Web object that uses the navigation term set.

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

Syntax

'Declaration
Public ReadOnly Property ServerRelativeWebUrl As String
    Get
'Usage
Dim instance As NavigationTermSetView
Dim value As String

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

Property value

Type: System.String
This property is taken from the ServerRelativeUrl property for the web that uses that navigation term set. It is used when expanding tokens such as ~web, which is used with properties such as TargetUrl.

See also

Reference

NavigationTermSetView class

NavigationTermSetView members

Microsoft.SharePoint.Client.Publishing.Navigation namespace