Building Responses
In this lesson, we will gain more insights on all response types an action method can return.
We already said that action methods return IAsyncResult
implementations, which are then executed by the framework after possible action filters have been applied. This lesson classifies all predefined IAsyncResult
implementations and gives more details about each of them.