HttpContentHeaders.Expires Property

Definition

Gets or sets the value of the Expires content header on an HTTP response.

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

Property Value

The value of the Expires content header on an HTTP response.

Applies to