HttpCachePolicy::SetExpires Method (DateTime)

 

Sets the Expires HTTP header to an absolute date and time.

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

public:
void SetExpires(
	DateTime date
)

Parameters

date
Type: System::DateTime

The absolute DateTime value to set the Expires header to.

This method will fail if the expiration date violates the principle of restrictiveness.

The following code example demonstrates how to set the expiration time to 6:00 P.M. local time on the current expiration day.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: