asp.net mvc - Check what controller and method are called?
- by ile
How to check what controller and method are called?
In html in body tag there is: <body id="somethingThatDependsOnControllerAndMethod">. id value will be assigned based on controller and it's method.