3 references to EntityTagHeaderValue
Microsoft.AspNetCore.StaticAssets (1)
Development\StaticAssetDevelopmentRuntimeHandler.cs (1)
303
ctx.Response.GetTypedHeaders().ETag = new
EntityTagHeaderValue
(GetETag(fileInfo));
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
127
_etag = new
EntityTagHeaderValue
('\"' + Convert.ToString(etagHash, 16) + '\"');
Microsoft.Net.Http.Headers (1)
RangeConditionHeaderValue.cs (1)
51
: this(new
EntityTagHeaderValue
(entityTag))