3 references to Content
Microsoft.AspNetCore.Mvc.Core (3)
ControllerBase.cs (3)
244=> Content(content, (MediaTypeHeaderValue?)null); 255=> Content(content, MediaTypeHeaderValue.Parse(contentType)); 274return Content(content, mediaTypeHeaderValue);