NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.CacheControl

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);

Remarks

The Expires, ExpiresAbsolute, and CacheControl properties are provided for ASP compatibility only. Cache should be used instead.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace