Table of Contents

Field IfUnmodifiedSince

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP If-Unmodified-Since header.

Used to make a conditional request, allowing the client to specify that the resource should only be returned if it has not been modified since the given date.

public const string IfUnmodifiedSince = "If-Unmodified-Since"

Returns

string
The HTTP If-Unmodified-Since header. Used to make a conditional request, allowing the client to specify that the resource should only be returned if it has not been modified since the given date.