1 write to _contentType
Microsoft.AspNetCore.StaticFiles (1)
StaticFileContext.cs (1)
58
_contentType
= contentType;
2 references to _contentType
Microsoft.AspNetCore.StaticFiles (2)
StaticFileContext.cs (2)
254
if (!string.IsNullOrEmpty(
_contentType
))
256
_response.ContentType =
_contentType
;