ViewState Helper est un outil destiné à aider les développeurs dans le développement d'applications Web, il leur permet en effet de surveiller l'état du viewstate des pages du site.

ASP.NET ViewState Helper gives you very detailed information to help you optimize your web application’s performance. You can see page information like:

* Page’s total size: This is the total size of the web page shown in the URL column * ViewState size: This is the size of the ViewState field * ViewState %: What percent of the total page size is being taken up by the ViewState? * Markup size: The size of html markup (non-visible text) on the page * Markup %: What percent of the page consists of non-visible HTML markup?


Pour en savoir plus : ASP.NET ViewState Helper