Web/ForgeTrust.Runnable.Web/WebApp.cs
WebApp
Type
WebApp
Provides a static entry point for starting a web application with a custom startup class and root module.
Method
RunAsync(string[], Action<WebOptions>?)
Asynchronously runs the web application using the specified command-line arguments and optional option configuration.
Type
WebApp
Provides a simplified static entry point for starting a web application using a default startup configuration.
Method
RunAsync(string[], Action<WebOptions>?)
Asynchronously runs the web application with a default startup using the specified command-line arguments and optional configuration.