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