This documentation is archived and is not being maintained.
ScriptManager::ClientNavigateHandler Property
Visual Studio 2008
Gets or sets the name of the method that handles the Sys.Application.navigate event on the client.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: property String^ ClientNavigateHandler { String^ get (); void set (String^ value); }
<asp:ScriptManager ClientNavigateHandler="String" />
Property Value
Type: System::StringName of the method that handles the Sys.Application.navigate event on the client.
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.
Show: