I need a routing that maps
admin/{PartOfControllerName}/{action}
to the controller:
Admin{PartOfControllerName}Controller
For example map admin/post/new to AdminPostController and its New action.
Thanks.
I need a routing that maps
admin/{PartOfControllerName}/{action}
to the controller:
Admin{PartOfControllerName}Controller
For example map admin/post/new to AdminPostController and its New action.
Thanks.
one way to do it is to decorate action with Route metadata