Is it possible to decode EventValidation and ViewState in ASP.NET?

后端 未结 5 1136
误落风尘
误落风尘 2021-02-20 16:02

How to decode the ASP.NET EventValidation and ViewState?

5条回答
  •  情话喂你
    2021-02-20 16:40

    I'm not sure about EventValidation, but you can decode ViewState by using Fritz Onion's ViewState Decoder.

提交回复
热议问题