v For any request, Use method will execute the middleware component and then pass the execution to the next middleware or component.
v Run method will execute the middleware
component and then terminate the execution.
v It should be placed at the end of
any pipeline.
Tags:
.NET Core Advance