public class ValuesController : ApiController { [HttpPost] public IHttpActionResult Post([FromBody] string filterName) { return new ...
確定! 回上一頁