AspNetDevelopmentServer.WebAppRoot 属性

定义

获取要测试的 Web 应用程序的根的名称。

public:
 property System::String ^ WebAppRoot { System::String ^ get(); };
public string WebAppRoot { get; }
member this.WebAppRoot : string
Public ReadOnly Property WebAppRoot As String

属性值

String

一个字符串,其中包含 Web 应用程序的根的名称。

适用于