WebService.URL 属性

用于此 Web 服务的 .asmx 文件的 URL。

命名空间:  VsWebSite
程序集:  VsWebSite.Interop(在 VsWebSite.Interop.dll 中)

语法

声明
ReadOnly Default Property URL As String
    Get
string this { get; }
property String^ default {
    String^ get ();
}
abstract URL : string
function get URL () : String

属性值

类型:System.String
此网站中 .asmx 文件的 URL。

备注

对基于文件的网站来说,此属性的值基于包括端口号的物理路径。 因此,该属性值可能在各个 IDE 会话之间有所不同。

.NET Framework 安全性

请参见

参考

WebService 接口

VsWebSite 命名空间

VSWebSite

其他资源

引用自动化程序集和 DTE2 对象