Microsoft.AspNetCore Provides convenience methods for creating instances of and with pre-configured defaults. Initializes and starts a new with pre-configured defaults. See for details. A delegate that handles requests to the application. A started that hosts the application. Initializes and starts a new with pre-configured defaults. See for details. The URL the hosted application will listen on. A delegate that handles requests to the application. A started that hosts the application. Initializes and starts a new with pre-configured defaults. See for details. A delegate that configures the router for handling requests to the application. A started that hosts the application. Initializes and starts a new with pre-configured defaults. See for details. The URL the hosted application will listen on. A delegate that configures the router for handling requests to the application. A started that hosts the application. Initializes and starts a new with pre-configured defaults. See for details. The delegate that configures the . A started that hosts the application. Initializes and starts a new with pre-configured defaults. See for details. The URL the hosted application will listen on. The delegate that configures the . A started that hosts the application. Initializes a new instance of the class with pre-configured defaults. The following defaults are applied to the returned : use Kestrel as the web server and configure it using the application's configuration providers, set the to the result of , load from 'appsettings.json' and 'appsettings.[].json', load from User Secrets when is 'Development' using the entry assembly, load from environment variables, configure the to log to the console and debug output, and enable IIS integration. The initialized . Initializes a new instance of the class with pre-configured defaults. The following defaults are applied to the returned : use Kestrel as the web server and configure it using the application's configuration providers, set the to the result of , load from 'appsettings.json' and 'appsettings.[].json', load from User Secrets when is 'Development' using the entry assembly, load from environment variables, load from supplied command line args, configure the to log to the console and debug output, and enable IIS integration. The command line args. The initialized . Initializes a new instance of the class with pre-configured defaults using typed Startup. The following defaults are applied to the returned : use Kestrel as the web server and configure it using the application's configuration providers, set the to the result of , load from 'appsettings.json' and 'appsettings.[].json', load from User Secrets when is 'Development' using the entry assembly, load from environment variables, load from supplied command line args, configure the to log to the console and debug output, enable IIS integration. The type containing the startup methods for the application. The command line args. The initialized .