Its a typical scenario, every model of application inherits one base class. This base class contains some property which behaves differently on different parameters which comes in form of query string.
I want to have a centralized mechanism to handle the scenario like when controller returns a view I catch the model and supply the value in property.
Is it possible?
You can make your own CustomActionResult class. Something like this: