By default asp.net mvc looks for controller classes that end with “Controller”. Can I change it so that it looks for classes that end with underscore controller, “_Controller”?
By default asp.net mvc looks for controller classes that end with Controller. Can I
Share
Yes, you can do this by creating your own custom ControllerFactory.