HttpCachePolicy::SetNoStore Method ()
.NET Framework (current version)
Sets the Cache-Control: no-store HTTP header.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: