What is the role of Configure method?

Configure method will configure the request pipeline.

Configure method executes after ConfigureServices method.
For  each and every request, all the methods will execute inside the Configure method and in the same sequence.

Post a Comment

Previous Post Next Post