Пример #1
0
 /// <summary>
 /// Adds a history point to the <see cref="System.Web.UI.ScriptManager"/>.
 /// </summary>
 /// <param name="key">A <see cref="System.String"/> that represents the name of the key to use for the history point.</param>
 /// <param name="state">A <see cref="System.String"/> that represents any state information to store for the history point</param>
 /// <param name="title">A <see cref="System.String"/> that represents the page title to be used by the browser</param>
 public void AddHistory(string key, string state, string title = "")
 {
     RockPage.AddHistory(key, state, title);
 }