Implemented interface member:
property
IfNoneMatch
Microsoft.AspNetCore.Http.IHeaderDictionary.IfNoneMatch
2 writes to IfNoneMatch
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1669IfNoneMatch = value; 2058IfNoneMatch = default;
7 references to IfNoneMatch
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1187return IfNoneMatch.Count > 0; 1421value = IfNoneMatch; 2293if (IfNoneMatch.Count > 0) 2461if (IfNoneMatch.Count > 0) 2463yield return IfNoneMatch; 2629if (IfNoneMatch.Count > 0) 2631yield return new KeyValuePair<string, StringValues>(HeaderNames.IfNoneMatch, IfNoneMatch);