webStartAction Enumeration

Specifies how the Web application is started when the user runs the Web site in Visual Studio.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
<GuidAttribute("557C19E5-8624-47FE-8080-C37F77AC4A47")> _
Public Enumeration webStartAction
[GuidAttribute("557C19E5-8624-47FE-8080-C37F77AC4A47")]
public enum webStartAction
[GuidAttribute(L"557C19E5-8624-47FE-8080-C37F77AC4A47")]
public enum class webStartAction
[<GuidAttribute("557C19E5-8624-47FE-8080-C37F77AC4A47")>]
type webStartAction
public enum webStartAction

Members

Member name Description
webStartActionCurrentPage The currently selected Web page is used to start the application.
webStartActionSpecificPage The page specified by the StartPage property is used to start the Web application. You can manually add a query string in order to pass parameters to the page.
webStartActionProgram The StartProgram property is used to start the Web application. This property uses arguments from the StartArguments property. The working directory is specified by the StartWorkingDirectory property.
webStartActionURL The URL specified in the StartURL property is used to start the Web application. The browser will be launched using this URL.
webStartActionNoStartPage A connection to the Web server is established, but no other action is taken. The browser is not launched.

See Also

Reference

VsWebSite Namespace

VSWebSite