Partager via


IDeploymentContext.SiteUrl, méthode

Retourne l'URL canonique du Microsoft.SharePoint.SPWeb auquel le projet est connecté, selon SharePoint.

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

Syntaxe

'Déclaration
Function SiteUrl As Uri
Uri SiteUrl()

Valeur de retour

Type : System.Uri
URL canonique du Microsoft.SharePoint.SPWeb auquel le projet est connecté, selon SharePoint.

Notes

Cela peut être identique ou non à ISharePointProject.SiteUrl, mais ils pointent vers la même ressource.

Cette valeur est interrogée à partir de SharePoint de manière à ce qu'elle soit cohérente avec SiteCollectionUrl.

Par exemple, ISharePointProject.SiteUrl peut être https://localhost, mais SharePoint le résoudra en http://hostname.

Sécurité .NET Framework

Voir aussi

Référence

IDeploymentContext Interface

Microsoft.VisualStudio.SharePoint.Deployment, espace de noms