//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.UI { public enum ViewStateMode { Inherit = 0, Enabled, Disabled } }