3 references to GetETag
Microsoft.AspNetCore.StaticAssets (3)
Development\StaticAssetDevelopmentRuntimeHandler.cs (3)
117
var weakETag = $"W/{
GetETag
(fileInfo)}";
130
_context.Response.Headers.ETag =
GetETag
(fileInfo);
213
ctx.Response.GetTypedHeaders().ETag = new EntityTagHeaderValue(
GetETag
(fileInfo));