Implemented interface member:
property
IfMatch
Microsoft.AspNetCore.Http.IHeaderDictionary.IfMatch
2 writes to IfMatch
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (2)
1599IfMatch = value; 1928IfMatch = default;
7 references to IfMatch
Microsoft.AspNetCore.Server.HttpSys (7)
src\Shared\HttpSys\RequestProcessing\RequestHeaders.Generated.cs (7)
1129return IfMatch.Count > 0; 1351value = IfMatch; 2285if (IfMatch.Count > 0) 2453if (IfMatch.Count > 0) 2455yield return IfMatch; 2621if (IfMatch.Count > 0) 2623yield return new KeyValuePair<string, StringValues>(HeaderNames.IfMatch, IfMatch);