Implemented interface member:
property
CacheControl
Microsoft.AspNetCore.Http.IHeaderDictionary.CacheControl
2 writes to CacheControl
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1659
CacheControl
= value;
2038
CacheControl
= default;
7 references to CacheControl
Microsoft.AspNetCore.Server.IIS (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1179
return
CacheControl
.Count > 0;
1411
value =
CacheControl
;
2225
if (
CacheControl
.Count > 0)
2393
if (
CacheControl
.Count > 0)
2395
yield return
CacheControl
;
2561
if (
CacheControl
.Count > 0)
2563
yield return new KeyValuePair<string, StringValues>(HeaderNames.CacheControl,
CacheControl
);