ScriptManager.AddHistoryPoint Method
.NET Framework 3.5
Creates a history point and adds it to the browser's history stack.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AddHistoryPoint(NameValueCollection, String) | Creates a history point and adds it to the browser's history stack, using the specified state data collection and state title. |
|
AddHistoryPoint(String, String) | Creates a history point and adds it to the browser's history stack, using the specified state key and state value. |
|
AddHistoryPoint(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. |
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.