Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Sub WriteUrlKeyValueEncode ( _
keyToEncode As String, _
valueToEncode As String, _
page As Page _
)
'Usage
Dim keyToEncode As String
Dim valueToEncode As String
Dim page As PageSPHttpUtility.WriteUrlKeyValueEncode(keyToEncode, _
valueToEncode, page)
public static void WriteUrlKeyValueEncode(
string keyToEncode,
string valueToEncode,
Page page
)
Parameters
- keyToEncode
Type: System.String
- valueToEncode
Type: System.String
- page
Type: System.Web.UI.Page