Partager via


AspNetDevelopmentServerAttribute.WebAppRoot, propriété

Obtient la racine de l'application Web.

Espace de noms :  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly :  Microsoft.VisualStudio.QualityTools.UnitTestFramework (dans Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property WebAppRoot As String
public string WebAppRoot { get; }
public:
property String^ WebAppRoot {
    String^ get ();
}
member WebAppRoot : string with get
function get WebAppRoot () : String

Valeur de propriété

Type : String
Racine de l'application Web.

Sécurité .NET Framework

Voir aussi

Référence

AspNetDevelopmentServerAttribute Classe

Microsoft.VisualStudio.TestTools.UnitTesting.Web, espace de noms

Autres ressources

ASP.NET Unit Tests