Table of Contents

Field LastModified

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

The HTTP Last-Modified header.

Indicates the date and time at which the resource was last modified, helping clients determine if they need to refresh their cached version.

public const string LastModified = "Last-Modified"

Returns

string
The HTTP Last-Modified header. Indicates the date and time at which the resource was last modified, helping clients determine if they need to refresh their cached version.