Hi guys,
Suppose I have a Site.Master page.
I want to display something like the version number of the application (lets assume it is available in the the BaseController as a string) in the Site.Master.
What would be the best way to do that? I know one way would be to have a Base view model class which would contain the version element. But any better way?
Hope the question is valid.
Thnx,
Karan