阅读背景:

WebApi强制操作返回xml

来源:互联网 

I have this action:

我有这个动作:

public IHttpActionResult SearchFor(int aboItemType, DTO.FilterColumns filter)
{
    //Do stuff...
    return Ok<DataSet>(ds);
}
public IHttpAct



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: