AspNetDevelopmentServerHostAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AspNetDevelopmentServerHostAttribute(String) | |
AspNetDevelopmentServerHostAttribute(String, String) |
AspNetDevelopmentServerHostAttribute(String)
public:
AspNetDevelopmentServerHostAttribute(System::String ^ pathToWebApp);
public AspNetDevelopmentServerHostAttribute (string pathToWebApp);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute : string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute
Public Sub New (pathToWebApp As String)
Parameters
- pathToWebApp
- String
Applies to
AspNetDevelopmentServerHostAttribute(String, String)
public:
AspNetDevelopmentServerHostAttribute(System::String ^ pathToWebApp, System::String ^ webAppRoot);
public AspNetDevelopmentServerHostAttribute (string pathToWebApp, string webAppRoot);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute : string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerHostAttribute
Public Sub New (pathToWebApp As String, webAppRoot As String)
Parameters
- pathToWebApp
- String
- webAppRoot
- String