HttpCachePolicyBase::SetLastModified Method (DateTime)

 

When overridden in a derived class, sets the Last-Modified HTTP header to the specified date and time.

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

public:
virtual void SetLastModified(
	DateTime date
)

Parameters

date
Type: System::DateTime

The date-time value to set the Last-Modified header to.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: