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