<%@OutputCache ... VaryByHeader='UserAgent' %>
or
<%@ OutputCache ... VaryByHeader='Accept-Language' %>
Home / FAQ / ASP.NET / Output Caching / I want to Cache based on HTTP header .How can I do that
<%@OutputCache ... VaryByHeader='UserAgent' %>
or
<%@ OutputCache ... VaryByHeader='Accept-Language' %>
Share with