Gets or sets a value indicating whether the page maintains its view state, and the view state of any server controls it contains, when the current page request ends.
a bool
For information about why you might want to disable view state, see Control.EnableViewState.
Even if Page.EnableViewState is false, the page might contain a hidden view state field that is used by ASP.NET to detect a postback.