GetViewStateString() does not need to be internal
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 25 Oct 2005 16:27:43 +0000 (16:27 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 25 Oct 2005 16:27:43 +0000 (16:27 -0000)
svn path=/trunk/mcs/; revision=52187

mcs/class/System.Web/System.Web.UI/Page.cs

index f1953fa44ca7a23c682649ecf9cb619247e6d5e7..cacd16e47f6cb5c8cda46610f95d02529e5f0ba7 100644 (file)
@@ -780,7 +780,7 @@ public class Page : TemplateControl, IHttpHandler
                return new LosFormatter (config.EnableViewStateMac, vkey);
        }
 
-       internal string GetViewStateString ()
+       string GetViewStateString ()
        {
                if (_savedViewState == null)
                        return null;