Subtext.Web.UI.Pages.SubtextMasterPage.LoadPageStateFromPersistenceMedium C# (CSharp) Method

LoadPageStateFromPersistenceMedium() protected method

Loads the page state from persistence medium. In this case this returns null as we are not using ViewState.
protected LoadPageStateFromPersistenceMedium ( ) : object
return object
        protected override object LoadPageStateFromPersistenceMedium()
        {
            return null;
        }