SPMobileUtility.GetUrlKeyValue Method

Returns a string version of the value associated with the specified URL key.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function GetUrlKeyValue ( _
    context As HttpContext, _
    urlKey As String _
) As String
'Usage
Dim context As HttpContext
Dim urlKey As String
Dim returnValue As String

returnValue = SPMobileUtility.GetUrlKeyValue(context, _
    urlKey)
public static string GetUrlKeyValue(
    HttpContext context,
    string urlKey
)

Parameters

Return Value

Type: System.String
A string that contains the key value.

See Also

Reference

SPMobileUtility Class

SPMobileUtility Members

Microsoft.SharePoint.Utilities Namespace