Property CacheControl
CacheControl
Gets or sets the value of the HTTP Cache-Control header.
Directs caching mechanisms on how to cache the response, including directives for expiration and revalidation.
public string? CacheControl { get; set; }
Gets or sets the value of the HTTP Cache-Control header.
Directs caching mechanisms on how to cache the response, including directives for expiration and revalidation.
public string? CacheControl { get; set; }