Let's say you have a page that produces text/plain output. If you set the ViewState in Page_Load, it doesn't do anything to the output (which makes sense).
My question is, does text/plain turn off ViewState processing? What does ASP.NET do to decide when it'll turn things off?