What does the __VIEWSTATE hold?

前端 未结 6 1663
梦谈多话
梦谈多话 2020-12-06 10:34

I\'m sorry for maybe making such a basic question but in ASP.NET websites what does the __VIEWSTATE input field represent?

Also, is there any way to compute it\'s va

6条回答
  •  醉梦人生
    2020-12-06 11:16

    Paul Wilson has a very good article: ViewState: All You Wanted to Know

    VIEWSTATE can be deserialized with the LosFormatter class.

提交回复
热议问题