HttpUtility.UrlKeyValueDecode 方法
將指定編碼的 URL 查詢字串索引鍵或值。
命名空間: Microsoft.SharePoint.Client.Utilities
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Shared Function UrlKeyValueDecode ( _
keyOrValueToDecode As String _
) As String
'用途
Dim keyOrValueToDecode As String
Dim returnValue As String
returnValue = HttpUtility.UrlKeyValueDecode(keyOrValueToDecode)
public static string UrlKeyValueDecode(
string keyOrValueToDecode
)
參數
keyOrValueToDecode
類型:System.String要解碼鍵或值字串。
傳回值
類型:System.String
資料以解碼String表示。
備註
若要編碼鍵或值的字串,使用UrlKeyValueEncode方法。