Share via


StartOptions.AppStartup Property

 

Parameter to locate and load web application startup routine

Namespace:   Microsoft.Owin.Hosting
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

public string AppStartup { get; set; }
public:
property String^ AppStartup {
    String^ get();
    void set(String^ value);
}
member AppStartup : string with get, set
Public Property AppStartup As String

Property Value

Type: System.String

Returns String.

See Also

StartOptions Class
Microsoft.Owin.Hosting Namespace

Return to top