(Choose 1 answer)
What is complex model binder?
A. In the case the request is complex, pass data in request body as an entity with the desired content-type,then such kind of request is mapped by complex model binder.
B. If the request is simple, input parameter are of type int, string, Boolean, GUID, decimal, etc. and is available in the URL, then such kind of request is mapped to complex model binder.
C. In the case the response is complex, pass data in response body as an entity with the desired content-type, then such kind of response is mapped by complex model binder.
D. None of the others.
7