Subtext.Web.UI.Pages.SubtextMasterPage.SavePageStateToPersistenceMedium C# (CSharp) Метод

SavePageStateToPersistenceMedium() защищенный Метод

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.
Результат void
        protected override void SavePageStateToPersistenceMedium(object viewState)
        {
        }