SPHttpUtility.UrlKeyValueEncode method (String, TextWriter)
編碼指定的 URL 查詢字串索引鍵或值,並將它附加至指定的輸出資料流。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub UrlKeyValueEncode ( _
keyOrValueToEncode As String, _
output As TextWriter _
)
'用途
Dim keyOrValueToEncode As String
Dim output As TextWriterSPHttpUtility.UrlKeyValueEncode(keyOrValueToEncode, _
output)
public static void UrlKeyValueEncode(
string keyOrValueToEncode,
TextWriter output
)
參數
keyOrValueToEncode
Type: System.String要編碼的機碼或值字串。
output
Type: System.IO.TextWriterT:System.IO.TextWriter物件,表示要新增已編碼的機碼或值的輸出資料流。
備註
如果是keyOrValueToEncode或output參數的 null ,這個方法便沒有作用。