Is there a way in a child controller to hide actions from a base generic controller?
There is a Controller that has 7 actions that are reused by all other child controllers. It is possible to hide endpoints, if it is necessary, using “path order” in the attribute. The following code hides the parent action: