Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an absolute internal (within the firewall) URL based on the specified URL.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.