WebApiToTypeScript icon indicating copy to clipboard operation
WebApiToTypeScript copied to clipboard

Figure out best mechanism to support return data types

Open greymind opened this issue 9 years ago • 0 comments
trafficstars

It is a fairly challenging problem to figure out the best scheme to detect and support return types for controller actions. Many different control flows could exist, and often times the signature of actions just reads IHttpActionResult!

greymind avatar Oct 08 '16 20:10 greymind