OutputCache and HttpCacheability

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hiya

I'd like to use the @ OutputCache directive in my aspx page...could someone please tell me the equivalent duration, location, etc.. values for HttpCacheability.NoCache

I've been looking through msdn with no luck, but i might just be blind :) Cheers
 
The simplest approach is to simply set it and watch the response headers
yourself.

Try a http sniffer like http://www.bayden.com/other/proxy.asp


--
Thanks,

Eric Lawrence
Program Manager
Assistance and Worldwide Services

This posting is provided "AS IS" with no warranties, and confers no rights.

Dune said:
Hiya,

I'd like to use the @ OutputCache directive in my aspx page...could
someone please tell me the equivalent duration, location, etc.. values for
HttpCacheability.NoCache?
I've been looking through msdn with no luck, but i might just be blind
:) Cheers
 
Back
Top