如何强制Web Api帮助页面显示父控制器?

时间:2013-08-13 17:41:52

标签: c# .net asp.net-mvc api asp.net-web-api

我有3个控制器:

  • ParentController
  • ChildOneController(继承ParentController)
  • ChildTwoController(继承ParentController)

当我使用WebApi帮助页面时,只有ChildOne和ChildTwo显示在帮助页面中,而不是父控制器。为什么?如何在帮助页面中显示ParentController?

1 个答案:

答案 0 :(得分:0)

稍微改变路线后,我得看到它们全部。看来我的一条路线正在隐藏父控制器。