ScriptManager::AddHistoryPoint Method (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.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- key
-
Type:
System::String^
The key part of the key/value pair that identifies the state of the Web page.
- value
-
Type:
System::String^
The value part of the key/value pair that identifies the state of the Web page.
- title
-
Type:
System::String^
The text that will be added to the browser's history stack as the title for this state.
Use this method to create a history point when you want to save a value to identify the state and a title for the state. 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. If the title parameter is null, the title of the Web page is used as the title of the state entry in the history stack.
You can use the state data to re-create the page when any subsequent server navigation event is raised. For more information, see Managing Browser History Using ASP.NET Server Controls.
Available since 3.5