actionResult<T> method

GetResult<T>? actionResult<T>()

Returns the data of the action

Implementation

GetResult<T>? actionResult<T>() => resultFor<T>(actionName);