Partilhar via


Construtor AspNetDevelopmentServerHostAttribute (String, String)

Inicializa uma nova instância da AspNetDevelopmentServerHostAttribute a classe com o nome de caminho completo e a raiz do aplicativo da Web.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (em Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintaxe

'Declaração
Public Sub New ( _
    pathToWebApp As String, _
    webAppRoot As String _
)
public AspNetDevelopmentServerHostAttribute(
    string pathToWebApp,
    string webAppRoot
)
public:
AspNetDevelopmentServerHostAttribute(
    String^ pathToWebApp, 
    String^ webAppRoot
)
new : 
        pathToWebApp:string * 
        webAppRoot:string -> AspNetDevelopmentServerHostAttribute
public function AspNetDevelopmentServerHostAttribute(
    pathToWebApp : String, 
    webAppRoot : String
)

Parâmetros

  • pathToWebApp
    Tipo: System.String
    O caminho completo do aplicativo da Web.O caminho pode incluir variáveis de ambiente como % TEMPDIR%\website1.

Segurança do .NET Framework

Consulte também

Referência

AspNetDevelopmentServerHostAttribute Classe

Sobrecargas AspNetDevelopmentServerHostAttribute

Namespace Microsoft.VisualStudio.TestTools.UnitTesting.Web

Outros recursos

ASP.NET Unit Tests