SPMobileUtility.GenerateInternalUrl method
Returns an absolute internal (within the firewall) URL based on the specified 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
)
Parameters
url
Type: System.StringThe original URL.
Return value
Type: System.String
The absolute internal URL.