Provided for ASP compatiblility. Use the Cache property instead.
[Visual Basic] Public Property CacheControl As String [C#] public string CacheControl {get; set;} [C++] public: __property String* get_CacheControl(); public: __property void set_CacheControl(String*); [JScript] public function get CacheControl() : String; public function set CacheControl(String);
The Expires, ExpiresAbsolute, and CacheControl properties are provided for ASP compatibility only. Cache should be used instead.
HttpResponse Class | HttpResponse Members | System.Web Namespace