共用方式為


WebService.AppRelativeUrl 屬性

從網站專案的根 URL 取得 .asmx 檔的相對路徑。

命名空間:  VsWebSite
組件:  VsWebSite.Interop (在 VsWebSite.Interop.dll 中)

語法

'宣告
ReadOnly Property AppRelativeUrl As String
string AppRelativeUrl { get; }
property String^ AppRelativeUrl {
    String^ get ();
}
abstract AppRelativeUrl : string with get
function get AppRelativeUrl () : String

屬性值

類型:String
來自網站根 URL 之 .asmx 檔的相對路徑。

.NET Framework 安全性

請參閱

參考

WebService 介面

VsWebSite 命名空間

VSWebSite

其他資源

參考 Automation 組件和 DTE2 物件