Subtext.Web.UI.Pages.SubtextMasterPage.LoadPageStateFromPersistenceMedium C# (CSharp) 메소드

LoadPageStateFromPersistenceMedium() 보호된 메소드

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