IncomingWebRequestContext.IfModifiedSince Property

Definition

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

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

Property Value

The request's If-Modified-Since header value.

Applies to