Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 270 Bytes

Infrastructure-Core-Mvc-Startup.md

File metadata and controls

3 lines (2 loc) · 270 Bytes

Startup Class

ASP.NET Core is initialized from the Startup class in the application. We configure all libraries (including ABP) in this class. We suggest you to start by checking this class. It is also integrated to OWIN. So, you can add OWIN middleware here.