ASP.NET Middleware

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

ParameterDetails
IDictionary<string,object> environmentThis is the only collection in which OWIN communicates information during a call. All keys can be found at https://docs.asp.net/en/latest/fundamentals/owin.html#owin-keys

Remarks

The AppFunc type is just an alias for Func<IDictionary<string, object>, Task> type to shorten method signatures, much like typedef in C++.



Got any ASP.NET Question?