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)
95if (!string.IsNullOrEmpty(_contentType)) 97context.Response.ContentType = _contentType;