Coppermill
Coppermill

Reputation: 6794

mvc calling controller

I have a base controller, is it possible to know what the calling controller was called?

Upvotes: 0

Views: 166

Answers (1)

Darin Dimitrov
Darin Dimitrov

Reputation: 1039428

this.GetType() where this is the controller instance.

Upvotes: 4

Related Questions