yck1509 / ConfuserEx

An open-source, free protector for .NET applications
http://yck1509.github.io/ConfuserEx/
Other
3.57k stars 1.63k forks source link

asp.net mvc Html.Action() problem #304

Open kemalbirinci opened 9 years ago

kemalbirinci commented 9 years ago

Hi guys,

If razor file has Html.Action("etc","etc"), page gives exception for null object. It is working only at "Minimum" protection selection but I am not sure this level is enought for me, Do you have any idea for this?

I use .net 4.6. All other pages working. Problem is for just Html.Action()

Thanks

yck1509 commented 8 years ago

Hi, I'm not familiar with ASP.NET and Razor, but I suspect it uses Reflection to invoke the controller methods. You may try disable renaming on the controller methods and see if it works.