Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top