0
kicks
ASP.NET MVC Tip #11 - Use Standard Controller Action Names
ASP.NET MVC Tip #11 – Use Standard Controller Action Names by swalther
In this tip, I recommend that you use standard names for your controller actions in order to make your code more transparent to other developers. I propose action names that will work with the default route table and that will work with both C# and VB.NET.