Tuesday, 13 August 2013

How to force WebApi Help Page to show parent controller?

How to force WebApi Help Page to show parent controller?

I have 3 controllers:
ParentController
ChildOneController (inherits ParentController)
ChildTwoController (inherits ParentController)
When I use the WebApi Help Page, only ChildOne and ChildTwo show up in the
help page, but not Parent controller. Why? How can I have the
ParentController show up in the help page?

No comments:

Post a Comment