I have decided to use a common viewModel for a number of my screens. However to add to my flexibility I would like to at least know the name of the controller and action that called the viewModel / view.
Is it possible to get this information and how can I do it?
Thanks