SPSite.MakeFullUrl 方法
Returns the full URL for the specified server-relative URL.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function MakeFullUrl ( _
strUrl As String _
) As String
用法
Dim instance As SPSite
Dim strUrl As String
Dim returnValue As String
returnValue = instance.MakeFullUrl(strUrl)
public string MakeFullUrl(
string strUrl
)
参数
strUrl
类型:System.StringA string that specifies the server-relative URL.
返回值
类型:System.String
A string that contains the full URL.