IStartup Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an interface for initializing services and middleware used by an application.
public interface class IStartup
	public interface IStartup
	type IStartup = interface
	Public Interface IStartup
	- Derived
 
Methods
| Configure(IApplicationBuilder) | 
		 Configures the application.  | 
        	
| ConfigureServices(IServiceCollection) | 
		 Register services into the IServiceCollection.  |