AspNetDevelopmentServer.PathToWebApp 属性

获取正在进行测试的 Web 应用程序的完整路径。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public ReadOnly Property PathToWebApp As String
public string PathToWebApp { get; }
public:
property String^ PathToWebApp {
    String^ get ();
}
member PathToWebApp : string with get
function get PathToWebApp () : String

属性值

类型:System.String
一个包含 Web 应用程序完整路径的 string。

.NET Framework 安全性

请参见

参考

AspNetDevelopmentServer 类

Microsoft.VisualStudio.TestTools.Common 命名空间