c# - How to set response headers for HTML pages only on MVC 3 and IIS? -


basically i'm trying set response headers on html pages prevent caching, want other resources (js, css, images, etc) cacheable.

i looked doing in iis found global setting , headers applied resources... on mvc found can set on controller actions, couldn't find how set .cshtml pages.

as can see i'm new mvc.

does have pointer on how can accomplish that?

thank you!

eduardo


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -