Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NET每个标准表单上都有隐藏字段:__VIEWSTATE和__EVENTVALIDATION. 这些字段的值何时会因特定表单而改变?
ASP.NET
__VIEWSTATE
__EVENTVALIDATION
ViewState每当设置为的任何页面控件的任何属性/属性被修改时,它们True都会更改。(EventValidation每当任何控件的“值”发生变化时都会发生变化)
ViewState
True
EventValidation