SPUtility.GetServerRelativeUrlFromPrefixedUrl Method

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public Shared Function GetServerRelativeUrlFromPrefixedUrl ( _
    prefixedUrl As String _
) As String

Dim prefixedUrl As String
Dim returnValue As String

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

Parameters

Return Value

Type: System.String

See Also

Reference

SPUtility Class

SPUtility Members

Microsoft.SharePoint.Utilities Namespace