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)
254if (!string.IsNullOrEmpty(_contentType)) 256_response.ContentType = _contentType;