Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You will have to use "RedirectResult" which represents a redirection to a new URL.</p> <p>return RedirectResult(url);</p> <p>This should solve your problem.</p> <p>The following listed types are the available derivations of ActionResult:</p> <p>1 ContentResult —Represents a text result</p> <p>2 EmptyResult —Represents no result</p> <p>3 FileResult —Represents a downloadable file (abstract class)</p> <p>4 FileContentResult —Represents a downloadable file (with the binary content)</p> <p>5 FilePathResult —Represents a downloadable file (with a path)</p> <p>6 FileStreamResult —Represents a downloadable file (with a file stream)</p> <p>7 HttpUnauthorizedResult —Represents the result of an unauthorized HTTP request</p> <p>8 JavaScriptResult —Represents a JavaScript script</p> <p>9 JsonResult —Represents a JavaScript Object Notation (JSON) result that can be used in an AJAX application</p> <p>10 RedirectResult —Represents a redirection to a new URL</p> <p>11 RedirectToRouteResult —Represents a result that performs a redirection given a route values dictionary</p> <p>12 PartialViewResult —Base class used to send a partial view to the response</p> <p>13 ViewResult —Represents HTML and markup</p> <p>14 ViewResultBase —Base class used to supply the model to the view and then render the view to the response</p> <p>15 XmlResult —Action result that serializes the specified object into XML and outputs it to the response stream (provided by the MvcContrib library)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload