actionview / kales.actionview / ActionResult

ActionResult

sealed class ActionResult

Represents the outcome of executing a Kales Controller action

Inheritors

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.

RenderViewResult

data class RenderViewResult : ActionResult

Represents the result of executing a ApplicationController action when a ActionView view should be rendered. The name of the action executed is represented by actionName.