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)
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
context
Type: System.Web.HttpContextAn SPContext object that represents context information for the mobile Web application.
urlKey
Type: System.StringA string that contains the URL key.
Return value
Type: System.String
A string that contains the key value.