Sunday, 18 August 2013

Best practise to access value of varible across multiple actions in a controller

Best practise to access value of varible across multiple actions in a
controller

Team, I have a controller class with different action methods and I need
to share a class level value across different actions, what is the ideal
approach view bag, session, as for every request a new instance of
controller is created and class level variable becomes null so looking for
best approach.
Regards HSR.

No comments:

Post a Comment