SPEncode.UrlDecodeAsUrl 方法
解码的编码的统一资源定位器 (URL) 字符串,删除引用的 utf-8 格式的特殊字符。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function UrlDecodeAsUrl ( _
strEncodedUrl As String _
) As String
用法
Dim strEncodedUrl As String
Dim returnValue As String
returnValue = SPEncode.UrlDecodeAsUrl(strEncodedUrl)
public static string UrlDecodeAsUrl(
string strEncodedUrl
)
参数
strEncodedUrl
类型:System.StringURL 字符串进行解码。
返回值
类型:System.String
已解码的 URL 字符串。