HttpContentHeaders.LastModified Property

Definition

Gets or sets the value of the Last-Modified content header on an HTTP response.

public:
 property Nullable<DateTimeOffset> LastModified { Nullable<DateTimeOffset> get(); void set(Nullable<DateTimeOffset> value); };
public DateTimeOffset? LastModified { get; set; }
member this.LastModified : Nullable<DateTimeOffset> with get, set
Public Property LastModified As Nullable(Of DateTimeOffset)

Property Value

The value of the Last-Modified content header on an HTTP response.

Applies to