デフォルト値を指定すればいいみたいです。メモメモ。
// hogeは必須で残りはオプション public IHttpActionResult Get(string hoge, string foo = null, string bar = null) { ... }
デフォルト値を指定すればいいみたいです。メモメモ。
// hogeは必須で残りはオプション public IHttpActionResult Get(string hoge, string foo = null, string bar = null) { ... }