Stop all origin server caching for the current response. This will always disable the ASP+ output cache and will also disable the UL cache if running in that environment. After caching is disabled, it cannot be reenabled for the given response.
[Visual Basic] Public ReadOnly Property NoServerCaching As Boolean [C#] public bool NoServerCaching {get;} [C++] public: __property bool get_NoServerCaching(); [JScript] public function get NoServerCaching() : Boolean;
HttpCachePolicySettings Class | HttpCachePolicySettings Members | System.Web Namespace