HttpCachePolicy.SetNoStore Method
.NET Framework 3.0
Sets the Cache-Control: no-store HTTP header.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The following code example demonstrates how to use the SetNoStore method of the HttpCachePolicy class to direct the client not to store the responses in its history.
Community Additions
ADD
Show: