HttpCachePolicyBase::SetAllowResponseInBrowserHistory Method (Boolean)
.NET Framework (current version)
When overridden in a derived class, makes the response available in the browser history cache, regardless of the HttpCacheability setting made on the server.
Assembly: System.Web (in System.Web.dll)
Parameters
- allow
-
Type:
System::Boolean
true to direct the client browser to store responses in the browser history cache; otherwise false.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: