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