I would like to leave out the action in url as I do not consider that to be a restful approach. Default routes should be:
\"{controller}/{id}\"
Consider using the AttributeRouting nuget package. It has support for restful conventions.