SPHttpUtility.UrlKeyValueDecode method
解碼指定編碼的 URL 查詢字串索引鍵或值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function UrlKeyValueDecode ( _
keyOrValueToDecode As String _
) As String
'用途
Dim keyOrValueToDecode As String
Dim returnValue As String
returnValue = SPHttpUtility.UrlKeyValueDecode(keyOrValueToDecode)
public static string UrlKeyValueDecode(
string keyOrValueToDecode
)
參數
keyOrValueToDecode
Type: System.String要解碼的機碼或值字串。
傳回值
Type: System.String
解碼的字串。
備註
要編碼的機碼或值的字串,使用UrlKeyValueEncode方法。