actionview / kales.actionview / RedirectResult

RedirectResult

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.

Constructors

<init>

RedirectResult(newActionName: String)

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.

Properties

newActionName

val newActionName: String