3 writes to ContentType
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
290ContentType = contentType?.ToString()
Microsoft.AspNetCore.Mvc.RazorPages (2)
PageBase.cs (1)
257ContentType = contentType?.ToString()
PageModel.cs (1)
589ContentType = contentType?.ToString()
1 reference to ContentType
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ContentResultExecutor.cs (1)
42result.ContentType,