IncomingWebRequestContext.IfUnmodifiedSince Property

Definition

Gets the value of the request's If-Unmatched-Since header.

public:
 property Nullable<DateTime> IfUnmodifiedSince { Nullable<DateTime> get(); };
public DateTime? IfUnmodifiedSince { get; }
member this.IfUnmodifiedSince : Nullable<DateTime>
Public ReadOnly Property IfUnmodifiedSince As Nullable(Of DateTime)

Property Value

The request's If-Unmatched-Since header.

Applies to