sealed class ActionResult
Represents the outcome of executing a Kales Controller action
data class RedirectResult : ActionResult
Represents the result of executing a |
|
data class RenderViewResult : ActionResult
Represents the result of executing a |