HttpCachePolicyWrapper::SetMaxAge Method (TimeSpan)

 

Sets the Cache-Control: max-age HTTP header to the specified time span.

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

public:
virtual void SetMaxAge(
	TimeSpan delta
) override

Parameters

delta
Type: System::TimeSpan

The time span to set the Cache-Control: max-age header to.

Exception Condition
ArgumentOutOfRangeException

delta is less than 0 or greater than one year.

.NET Framework
Available since 3.5
Return to top
Show: