How do you decide what goes into areas, controllers and actions?
For example, /oak/leaves can either go to TreeController and Leaves("oak") action, or it can go to LeavesController and Index("oak") action.
Thanks!
How do you decide what goes into areas, controllers and actions?
For example, /oak/leaves can either go to TreeController and Leaves("oak") action, or it can go to LeavesController and Index("oak") action.
Thanks!