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

SavePageStateToPersistenceMedium() protected méthode

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.
Résultat void
        protected override void SavePageStateToPersistenceMedium(object viewState)
        {
        }