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