HttpResponseWrapper::ExpiresAbsolute Property

 

Gets or sets the absolute date and time at which cached information expires in the cache. ExpiresAbsolute is provided for compatibility with earlier versions of ASP.

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

public:
property DateTime ExpiresAbsolute {
	virtual DateTime get() override;
	virtual void set(DateTime value) override;
}

Property Value

Type: System::DateTime

The date and time at which the page expires.

.NET Framework
Available since 3.5
Return to top
Show: