Share via


SPUtility.GetServerRelativeUrlFromPrefixedUrl Method

Converts a URL prefixed with "~site/" or "~sitecollection/" into a server-relative URL.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Shared Function GetServerRelativeUrlFromPrefixedUrl ( _
    prefixedUrl As String _
) As String
'Usage
Dim prefixedUrl As String
Dim returnValue As String

returnValue = SPUtility.GetServerRelativeUrlFromPrefixedUrl(prefixedUrl)
public static string GetServerRelativeUrlFromPrefixedUrl(
    string prefixedUrl
)

Parameters

Return Value

Type: System.String
A string containing the server-relative URL

Remarks

If the prefixedUrl parameter does not start with "~site/" or "~sitecollection/" then it will be returned without modification.

See Also

Reference

SPUtility Class

SPUtility Members

Microsoft.SharePoint.Utilities Namespace