Is the following route definition a valid route definition?

Submitted by: Administrator
{controller}{action}/{id}
No, the above definition is not a valid route definition, because there is no literal value or delimiter between the placeholders. Therefore, routing cannot determine where to separate the value for the controller placeholder from the value for the action placeholder.
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers