1 write to _contentType
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetsInvoker.cs (1)
44
_contentType
= contentType;
2 references to _contentType
Microsoft.AspNetCore.StaticAssets (2)
StaticAssetsInvoker.cs (2)
95
if (!string.IsNullOrEmpty(
_contentType
))
97
context.Response.ContentType =
_contentType
;