Пример #1
0
        public string OnLoad()
        {
            Context.Application.IncrementPageLoadCounter();
            Context.Session.SetUpdated();

            return(Context?.GetDebugInfo()?.ToString());
        }
Пример #2
0
 public NestedDictionary <string, string> GetDebugInfo()
 {
     return(Context.GetDebugInfo());;
 }