1 write to _gzipContentETags
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourceCollectionUrlEndpoint.cs (1)
172
_gzipContentETags
= [$"W/ {_contentETag}", ComputeETagTag(gzipContent)];
1 reference to _gzipContentETags
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourceCollectionUrlEndpoint.cs (1)
216
context.Response.Headers.ETag = new StringValues(
_gzipContentETags
);