Rock.Web.PageReference.SavePageReferences C# (CSharp) Method

SavePageReferences() public static method

Saves the history.
public static SavePageReferences ( List pageReferences ) : void
pageReferences List The page references.
return void
        public static void SavePageReferences( List<PageReference> pageReferences)
        {
            HttpContext.Current.Session["RockPageReferenceHistory"] = pageReferences;
        }