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.
RenderViewResult(view: ActionView<*>?, actionName: String)
Represents the result of executing a |
val actionName: String |
|
val view: ActionView<*>? |