Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个基于 Web Api 4 的 OData 服务,我不想给这个服务添加动作,但是动作方法是通用的,那么支持吗?
谢谢
您可以使用 WCF 数据服务发布上下文级别的服务操作(函数导入)...这需要从 WebAPI 迁移您的代码。
不,OData 协议不支持操作或函数的泛型。不幸的是,您需要为要支持的每种类型创建一个单独的操作。