Project

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.

Contributors


Last updated: March 22, 2019 Edit this page on GitHub
In this document