对用UrlKeyValueEncode(String)方法的编码的 URL 中指定的查询字符串进行解码。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function UrlKeyValueDecode ( _
str As String _
) As String
用法
Dim str As String
Dim returnValue As String
returnValue = SPMobileUtility.UrlKeyValueDecode(str)
public static string UrlKeyValueDecode(
string str
)
参数
str
类型:System.String解码后的查询 (键/值对)。
返回值
类型:System.String
已解码的键/值对。