AspNetDevelopmentServer.PathToWebApp 属性

定义

获取要测试的 Web 应用程序的完整路径。

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

属性值

String

包含 Web 应用程序的完整路径的字符串。

适用于