Partager via


Web.GetWebUrlFromPageUrl - Méthode

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

Syntaxe

'Déclaration
Public Shared Function GetWebUrlFromPageUrl ( _
    context As ClientRuntimeContext, _
    pageFullUrl As String _
) As ClientResult(Of String)
'Utilisation
Dim context As ClientRuntimeContext
Dim pageFullUrl As String
Dim returnValue As ClientResult(Of String)

returnValue = Web.GetWebUrlFromPageUrl(context, _
    pageFullUrl)
public static ClientResult<string> GetWebUrlFromPageUrl(
    ClientRuntimeContext context,
    string pageFullUrl
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<String>

Voir aussi

Référence

Web classe

Web - Membres

Microsoft.SharePoint.Client - Espace de noms