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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。