Share via


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

Return value

Type: System.String
The absolute internal URL.

See also

Reference

SPMobileUtility class

SPMobileUtility members

Microsoft.SharePoint.Utilities namespace