Share via


AspNetDevelopmentServerHostAttribute.PathToWebApp Property

Gets the path of the Web application.

Namespace:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property PathToWebApp As String
public string PathToWebApp { get; }
public:
property String^ PathToWebApp {
    String^ get ();
}
member PathToWebApp : string
function get PathToWebApp () : String

Property Value

Type: System.String
The path of the Web application.

.NET Framework Security

See Also

Reference

AspNetDevelopmentServerHostAttribute Class

Microsoft.VisualStudio.TestTools.UnitTesting.Web Namespace

Other Resources

ASP.NET Unit Tests