asp.net mvc - Check what controller and method are called?

Posted by ile on Stack Overflow See other posts from Stack Overflow or by ile
Published on 2010-05-27T12:18:15Z Indexed on 2010/05/27 12:21 UTC
Read the original article Hit count: 128

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about controller