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

SavePageStateToPersistenceMedium() protected method

Saves the page state to persistence medium. In this case this does nothing as we are not using ViewState.
protected SavePageStateToPersistenceMedium ( object viewState ) : void
viewState object State of the view.
return void
        protected override void SavePageStateToPersistenceMedium(object viewState)
        {
        }