SPMobileUtility.GetUrlKeyValue-Methode
Gibt eine Zeichenfolgenversion der angegebenen URL-Schlüssel zugeordnete Wert.
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
)
Parameter
context
Typ: System.Web.HttpContextEin SPContext -Objekt, das Kontextinformationen für die mobile Webanwendung darstellt.
urlKey
Typ: System.StringEine Zeichenfolge, die den URL-Schlüssel enthält.
Rückgabewert
Typ: System.String
Eine Zeichenfolge, die den Schlüsselwert enthält.