3 implementations of XContentTypeOptions
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2481StringValues IHeaderDictionary.XContentTypeOptions 10731StringValues IHeaderDictionary.XContentTypeOptions 17058StringValues IHeaderDictionary.XContentTypeOptions
4 writes to XContentTypeOptions
Aspire.Dashboard (1)
Model\BrowserSecurityHeadersMiddleware.cs (1)
76context.Response.Headers.XContentTypeOptions = "nosniff";
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
EndToEndBenchmarks.cs (1)
63_headers.XContentTypeOptions = "nosniff";
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
HeaderCollectionBenchmark.cs (1)
197headers.XContentTypeOptions = "nosniff";
ResponseHeaderCollectionBenchmark.cs (1)
160headers.XContentTypeOptions = "nosniff";
1 reference to XContentTypeOptions
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
HeaderCollectionBenchmark.cs (1)
314value = headers.XContentTypeOptions;