.net - Is ViewState relevant in ASP.NET MVC? -
I am learning ASP.NET MVC and many concepts like "ASP.NET" such as authentication, authorization, session status still This is applicable.
But whatever I have understood, I do not think that ViewStat is still relevant in an ASP.NET application. But this is (Property of System.Web.Mvc.ViewPage)! Is it for compatibility reasons or does it have some purpose / uses?
Yes, that's right. ViewStat is not relevant The differences between page models and MVC can be found here:
Comments
Post a Comment