Hi,
I am new to web api and was exploring ModelBinding. I have simple query:
Should you read read body I.e. request content in bindmodel method of custom binder? Or U should consider implementing formatter for getting request body ? Which is appropriate?
I am new to web api and was exploring ModelBinding. I have simple query:
Should you read read body I.e. request content in bindmodel method of custom binder? Or U should consider implementing formatter for getting request body ? Which is appropriate?