Field LastModified
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.