I\'m sorry for maybe making such a basic question but in ASP.NET websites what does the __VIEWSTATE input field represent?
Also, is there any way to compute it\'s va
The easiest way of doing this in Razor is putting this on a view:
@{ throw new Exception(); }