Метод 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.String

    A string that specifies the server-relative URL.

Возвращаемое значение

Тип: System.String
A string that contains the full URL.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint