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 nullptr, 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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.