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.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function EncodeClientTokenValue ( _
decodedValue As String _
) As String
'Usage
Dim decodedValue As String
Dim returnValue As String
returnValue = Menu.EncodeClientTokenValue(decodedValue)
public static string EncodeClientTokenValue(
string decodedValue
)
Parameters
- decodedValue
Type: System.String
Return Value
Type: System.String