This is the second post in the series: Adding a URL culture provider using middleware as filters.
- Part 1 - Exploring Middleware as MVC Filters in ASP.NET Core 1.1
- Part 2 - Url culture provider using middleware as filters in ASP.NET Core 1.1.0 (this post)
- Part 3 - Applying the RouteDataRequest CultureProvider globally with middleware as filters
- Part 4 - Using a culture constraint and redirecting 404s with the url culture provider
- Part 5 - Redirecting unknown cultures when using the url culture provider