[RoutePrefix("api/nodes")] public class NodesController : ApiController { [Route("list")] public IEnumerable<node> GetAll() ...
確定! 回上一頁