共用方式為


AspNetDevelopmentServerHostAttribute.WebAppRoot 屬性

取得 Web 應用程式根目錄。

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property WebAppRoot As String
    Get
public string WebAppRoot { get; }
public:
property String^ WebAppRoot {
    String^ get ();
}
member WebAppRoot : string
function get WebAppRoot () : String

屬性值

型別:System.String
Web 應用程式根目錄。

.NET Framework 安全性

請參閱

參考

AspNetDevelopmentServerHostAttribute 類別

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

其他資源

ASP.NET Unit Tests