ASP.NET-MVC – How do I debate ASP.NET MVC Controller after passing controls to View?

About every 20 pages are loaded, there will be faults in my view. I want to know the value of the variables contained in the Controller before calling View. However, once View is called, I will Lose all local variables in the Controller. Is there any hope?
Use ModelVisualizer Helper in mvc.contrib to present all values ​​to the view.

About every 20 pages are loaded, there will be faults in my view. I want to know the value of the variables contained in the Controller before calling View. However, once View is called, I will lose all local variables in the Controller . Is there any hope?

Use ModelVisualizer Helper in mvc.contrib to present all values ​​to the view.

Leave a Comment

Your email address will not be published.