SPHttpUtility.WriteUrlKeyValueEncode method (String, Page)
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub WriteUrlKeyValueEncode ( _
keyOrValueToEncode As String, _
page As Page _
)
'用途
Dim keyOrValueToEncode As String
Dim page As PageSPHttpUtility.WriteUrlKeyValueEncode(keyOrValueToEncode, _
page)
public static void WriteUrlKeyValueEncode(
string keyOrValueToEncode,
Page page
)
參數
- keyOrValueToEncode
Type: System.String
- page
Type: System.Web.UI.Page