OutgoingWebResponseContext.LastModified Property

Definition

Gets or sets the last modified header of the outgoing Web response.

public:
 property DateTime LastModified { DateTime get(); void set(DateTime value); };
public DateTime LastModified { get; set; }
member this.LastModified : DateTime with get, set
Public Property LastModified As DateTime

Property Value

A DateTime instance that contains the time the requested resource was last modified.

Applies to