HttpRequestHeaders.IfModifiedSince Property

Definition

Gets or sets the value of the If-Modified-Since header for an HTTP request.

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

Property Value

The value of the If-Modified-Since header for an HTTP request.

Applies to