SPMobileUtility.GenerateInternalUrl-Methode
Gibt einen absoluten (innerhalb der Firewall) internen URL basierend auf der angegebenen URL.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GenerateInternalUrl ( _
url As String _
) As String
'Usage
Dim url As String
Dim returnValue As String
returnValue = SPMobileUtility.GenerateInternalUrl(url)
public static string GenerateInternalUrl(
string url
)
Parameter
url
Typ: System.StringDie ursprüngliche URL.
Rückgabewert
Typ: System.String
Die absolute interne URL.