SPEncode.UrlDecodeAsUrl method

Decodes the encoded Universal Resource Locator (URL) string, removing quoted UTF-8 formatting for special characters.

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

Syntax

'Declaration
Public Shared Function UrlDecodeAsUrl ( _
    strEncodedUrl As String _
) As String
'Usage
Dim strEncodedUrl As String
Dim returnValue As String

returnValue = SPEncode.UrlDecodeAsUrl(strEncodedUrl)
public static string UrlDecodeAsUrl(
    string strEncodedUrl
)

Parameters

Return value

Type: System.String
The decoded URL string.

See also

Reference

SPEncode class

SPEncode members

Microsoft.SharePoint.Utilities namespace