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 override DateTime ExpiresAbsolute { get; set; }

Property Value

Type: System.DateTime

The date and time at which the page expires.

.NET Framework
Available since 3.5
Return to top
Show: