cd /home/username/Downloads/PadWalker-1.92/
ls -al
perl Makefile.PL
make
make test
make install
clear
Getting Inherited Controller Routes to work in ASP.NET Core
-
[image: Banner]
By default ASP.NET applies Controller Attribute Routes on concrete types.
If you create a Controller class, the class and its routes are ...
4 weeks ago