共用方式為


IDeploymentContext.SiteUrl 方法

傳回 Microsoft.SharePoint.SPWeb 的正式 URL,這是專案所連接且取決於 SharePoint 的 URL。

命名空間:  Microsoft.VisualStudio.SharePoint.Deployment
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
Function SiteUrl As Uri
Uri SiteUrl()

傳回值

型別:System.Uri
Microsoft.SharePoint.SPWeb 的正式 URL,這是專案所連接且取決於 SharePoint 的 URL。

備註

這不一定與 ISharePointProject.SiteUrl 相同,但它們都指向相同的資源。

會從 SharePoint 查詢這個值,讓它與 SiteCollectionUrl 一致。

例如,ISharePointProject.SiteUrl 可能是 https://localhost,但是 SharePoint 會將其解析為 http://hostname。

.NET Framework 安全性

請參閱

參考

IDeploymentContext 介面

Microsoft.VisualStudio.SharePoint.Deployment 命名空間