HttpCachePolicyBase::SetExpires Method (DateTime)

 

When overridden in a derived class, sets the Expires HTTP header to an absolute date and time.

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

public:
virtual void SetExpires(
	DateTime date
)

Parameters

date
Type: System::DateTime

The absolute expiration time.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: