1

Closed

Add [FromUri] for actions with id parameter in EntitySetController

description

Otherwise it won't work for key property with reference type like string.
Closed Oct 24, 2012 at 7:58 PM by hongyes
string is from url by default. So the issue only occurs when the id is char[] or byte[], which are very rare in user scenario. So close it as won't fix.

comments