data class RedirectResult : ActionResult
Represents the result of executing a ApplicationController
action when a redirect to a new
action was requested. The name of the new action is represented by newActionName.
RedirectResult(newActionName: String)
Represents the result of executing a |
val newActionName: String |