AspNetDevelopmentServerAttribute Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the AspNetDevelopmentServerAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AspNetDevelopmentServerAttribute(String, String) | Initializes a new instance of the AspNetDevelopmentServerAttribute class with the server name and the path to the Web application. | |
AspNetDevelopmentServerAttribute(String, String, String) | Initializes a new instance of the AspNetDevelopmentServerAttribute class with the server name, the path to the Web application, and the Web application root. |
Top