7 references to Content
Microsoft.AspNetCore.Mvc.Core.Test (3)
ControllerBaseTest.cs (3)
2201var actualContentResult = controller.Content("TestContent", "text/plain"); 3301return Content("Hello!!", "text/xml; charset=us-ascii; p1=p1-value"); 3306return Content("Hello!!", "text/xml; charset=invalid; p1=p1-value");
Mvc.RoutingWebSite (4)
Controllers\TeamController.cs (4)
45return Content(Url.Action(), "text/plain"); 51return Content(Url.Action(), "text/plain"); 57return Content(Url.Action(), "text/plain"); 63return Content(Url.Action(), "text/plain");