AspNetDevelopmentServerAttribute 构造函数 (String, String, String)

使用服务器名称、Web 应用程序的路径和 Web 应用程序根目录初始化 AspNetDevelopmentServerAttribute 类的一个新实例。

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

语法

声明
Public Sub New ( _
    name As String, _
    pathToWebApp As String, _
    webAppRoot As String _
)
public AspNetDevelopmentServerAttribute(
    string name,
    string pathToWebApp,
    string webAppRoot
)
public:
AspNetDevelopmentServerAttribute(
    String^ name, 
    String^ pathToWebApp, 
    String^ webAppRoot
)
new : 
        name:string * 
        pathToWebApp:string * 
        webAppRoot:string -> AspNetDevelopmentServerAttribute
public function AspNetDevelopmentServerAttribute(
    name : String, 
    pathToWebApp : String, 
    webAppRoot : String
)

参数

  • pathToWebApp
    类型:System.String
    Web 应用程序的路径。这还可能包括 %TEMPDIR%\website1 等环境变量。

.NET Framework 安全性

请参见

参考

AspNetDevelopmentServerAttribute 类

AspNetDevelopmentServerAttribute 重载

Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空间

其他资源

ASP.NET Unit Tests