AspNetDevelopmentServerAttribute 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
AspNetDevelopmentServerAttribute(String, String) | |
AspNetDevelopmentServerAttribute(String, String, String) |
AspNetDevelopmentServerAttribute(String, String)
public:
AspNetDevelopmentServerAttribute(System::String ^ name, System::String ^ pathToWebApp);
public AspNetDevelopmentServerAttribute (string name, string pathToWebApp);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute : string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute
Public Sub New (name As String, pathToWebApp As String)
Parameters
- name
- String
- pathToWebApp
- String
Applies to
AspNetDevelopmentServerAttribute(String, String, String)
public:
AspNetDevelopmentServerAttribute(System::String ^ name, System::String ^ pathToWebApp, System::String ^ webAppRoot);
public AspNetDevelopmentServerAttribute (string name, string pathToWebApp, string webAppRoot);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute : string * string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.AspNetDevelopmentServerAttribute
Public Sub New (name As String, pathToWebApp As String, webAppRoot As String)
Parameters
- name
- String
- pathToWebApp
- String
- webAppRoot
- String