HttpCachePolicyBase::SetValidUntilExpires Method (Boolean)
.NET Framework (current version)
When overridden in a derived class, specifies whether the ASP.NET cache should ignore HTTP Cache-Control headers that are sent by the client that invalidate the cache.
Assembly: System.Web (in System.Web.dll)
Parameters
- validUntilExpires
-
Type:
System::Boolean
true to specify that ASP.NET should ignore Cache-Control invalidation headers; otherwise, false.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: