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.
我想知道我是否可以在自定义 CKAN 扩展中拥有控制器。如果可以,那么如何创建到这些控制器的路由以及这些控制器中的操作函数?
谢谢,PK
是的你可以。CKAN 扩展有IRoutes 接口。该接口允许您定义到任何控制器的路由。
您可以在2中找到一个示例,该示例向您展示了如何before_map在扩展中连接一个 url 和一个控制器。
before_map