August 2017

1 article published in August 2017

  1. Send ETag headers in ASP.NET Core

    · 1 min read

    ASP.NET Core doesn’t add an ETag header automatically to HTTP responses from MVC action methods or Razor Pages. We have to implement that ourselves to provide the users with true Conditional GET support that honors the...