3 implementations of IfNoneMatch
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1240
StringValues IHeaderDictionary.
IfNoneMatch
10317
StringValues IHeaderDictionary.
IfNoneMatch
16374
StringValues IHeaderDictionary.
IfNoneMatch
3 references to IfNoneMatch
Microsoft.AspNetCore.Http.Extensions (1)
RequestHeaders.cs (1)
263
return Headers.
IfNoneMatch
.GetList<EntityTagHeaderValue>();
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
520
var ifNoneMatchHeader = context.HttpContext.Request.Headers.
IfNoneMatch
;
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingMiddleware.cs (1)
468
var ifNoneMatchHeader = context.HttpContext.Request.Headers.
IfNoneMatch
;