Compartir a través de


AspNetDevelopmentServerAttribute (Constructor) (String, String, String)

Inicializa una nueva instancia de la clase AspNetDevelopmentServerAttribute con el nombre del servidor, la ruta de acceso a la aplicación Web y la raíz de la aplicación Web.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Ensamblado:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (en Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • pathToWebApp
    Tipo: System.String
    La ruta de acceso a la aplicación Web.También puede incluir variables de entorno como %TEMPDIR%\website1.

Seguridad de .NET Framework

Vea también

Referencia

AspNetDevelopmentServerAttribute Clase

AspNetDevelopmentServerAttribute (Sobrecarga)

Microsoft.VisualStudio.TestTools.UnitTesting.Web (Espacio de nombres)

Otros recursos

ASP.NET Unit Tests