ScriptManager::ClientNavigateHandler Property
.NET Framework (current version)
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); }
Property Value
Type: System::String^The name of the method that handles the Sys.Application.navigate event on the client.
.NET Framework
Available since 3.5
Available since 3.5
Show: