Partager via


AspNetDevelopmentServerHostAttribute.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
    Get
public string WebAppRoot { get; }
public:
property String^ WebAppRoot {
    String^ get ();
}
member WebAppRoot : string
function get WebAppRoot () : String

Valeur de propriété

Type : System.String
Racine de l'application Web.

Sécurité .NET Framework

Voir aussi

Référence

AspNetDevelopmentServerHostAttribute Classe

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

Autres ressources

ASP.NET Unit Tests