Subtext.Web.UI.Pages.SubtextMasterPage.LoadPageStateFromPersistenceMedium C# (CSharp) Méthode

LoadPageStateFromPersistenceMedium() protected méthode

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