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