SPMobileUtility.GenerateInternalUrl method
傳回根據指定的 URL 的絕對 (在防火牆) 內部 URL。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function GenerateInternalUrl ( _
url As String _
) As String
'用途
Dim url As String
Dim returnValue As String
returnValue = SPMobileUtility.GenerateInternalUrl(url)
public static string GenerateInternalUrl(
string url
)
參數
url
Type: System.String原始的 URL。
傳回值
Type: System.String
絕對的內部 URL。