Share via


SPSite.MakeFullUrl-Methode

Returns the full URL for the specified server-relative URL.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function MakeFullUrl ( _
    strUrl As String _
) As String
'Usage
Dim instance As SPSite
Dim strUrl As String
Dim returnValue As String

returnValue = instance.MakeFullUrl(strUrl)
public string MakeFullUrl(
    string strUrl
)

Parameter

  • strUrl
    Typ: System.String

    A string that specifies the server-relative URL.

Rückgabewert

Typ: System.String
A string that contains the full URL.

Siehe auch

Referenz

SPSite Klasse

SPSite-Member

Microsoft.SharePoint-Namespace