【发布时间】:2014-12-26 08:35:59
【问题描述】:
当我像{"rajehs","ramesh","ramsgkfhh"} 这样在 Fiddler 中传递值时,我会在 [0] 位置获取所有值。我也尝试过使用 = {"rajehs","ramesh","ramsgkfhh"}。
我声明了这样的方法:
public void Post([FromBody]string[] value)
{
}
【问题讨论】:
标签: c# web-services rest post fiddler