For configuring and extending the functionalities in ASP.NET Core pipeline, the _______ method is used in the Startup.cs file.

  • Configure
  • ConfigureServices
  • Use
  • Add
The Configure method in the Startup.cs file is where you can configure and extend the ASP.NET Core request pipeline. It's where you add middleware and define the order in which they should be executed.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *