Excluding methods that are not actions

Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.

Commented on

MvcCodeRouting seems to make every public method an action, but some should definitely be excluded such as Generic methods.  Is there any easy way to do this?

Commented on link

Thanks for reporting this, I've added the issue to the tracker. The workaround is to use NonActionAttribute.

Commented on link

Thanks!  I forgot about the NonActionAttribute.