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)
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

Return Value

Type: System.String
The absolute internal URL.

See Also

Reference

SPMobileUtility Class

SPMobileUtility Members

Microsoft.SharePoint.Utilities Namespace