I have to set http headers in my ASP.NET Core MVC application such that the browser does not cache content. I take a look to How to clear browser cache in MVC application? but it doesn't work on .NET Core platform.
I would like to do in .NET Core what was done in standard ASP.NET MVC in the post I linked to above.