Property Expires
Expires
Gets or sets the value of the HTTP Expires header.
Indicates the date and time after which the response is considered stale, helping clients manage caching.
public string? Expires { get; set; }
Gets or sets the value of the HTTP Expires header.
Indicates the date and time after which the response is considered stale, helping clients manage caching.
public string? Expires { get; set; }