Name | Description |
---|---|
ActionResult | Base class for action results. Behaviour is similar to ASP.NET MVC version, but greatly simplified. |
ContentResult | Adds a string to the parent as the content of a LiteralControl |
HtmlResult | Clears the response and sends a text response with an optional http status code |
JsonResult | Clears the response and sends a json response with an optional http status code |
TextResult | Clears the response and sends a text response with an optional http status code |