HttpCachePolicy::IsValidUntilExpires Method ()

 

Gets a value which specifies whether the ASP.NET cache should ignore HTTP Cache-Control headers sent by the client that invalidate the cache.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
bool IsValidUntilExpires()

Return Value

Type: System::Boolean

true if the the ASP.NET cache should ignore HTTP Cache-Control headers sent by the client; otherwise, false.

.NET Framework
Available since 4.6.2
Return to top
Show: