标签: asp.net-web-api
如果我要在api.myserver.com/clients?properties=ID,Name调用我的网络API动作,如何将返回的属性限制为properties参数中指定的属性?
api.myserver.com/clients?properties=ID,Name
properties