SPSite.MakeFullUrl - Méthode

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

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function MakeFullUrl ( _
    strUrl As String _
) As String
'Utilisation
Dim instance As SPSite
Dim strUrl As String
Dim returnValue As String

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

Paramètres

  • strUrl
    Type : System.String

    A string that specifies the server-relative URL.

Valeur renvoyée

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

Voir aussi

Référence

SPSite classe

SPSite - Membres

Microsoft.SharePoint - Espace de noms