.NET Framework Class Library
ScriptManager..::.AddHistoryPoint Method

Creates a history point and adds it to the browser's history stack.

Overload List

  NameDescription
Public methodAddHistoryPoint(NameValueCollection, String)Creates a history point and adds it to the browser's history stack, using the specified state data collection and state title.
Public methodAddHistoryPoint(String, String)Creates a history point and adds it to the browser's history stack, using the specified state key and state value.
Public methodAddHistoryPoint(String, String, String)Creates a history point and adds it to the browser's history stack, using the specified state key, state value, and state title.
Top
Remarks

These method overloads enable you to define server state, and optionally the title of the history entry in the browser. When you create a history point, serialized and encrypted data is appended to the URL of the Web page and an entry is included in the browser's history stack. You can use the state data to re-create the page when any subsequent server navigation event is raised.

See Also

Reference

Tags :


Page view tracker