You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Web Page - Navigate Method
Requests the application to navigate to the path supplied as a parameter
Member of Web Page (PRIM_WEB)

Details


The navigate method requests the application to navigate to the path supplied as a parameter.

Example


The following snippet shows how to establish path parameter values before calling the navigate method where the supplied path requires a path variable substitution.
Evtroutine Handling(#Button.Click #Button1.Click #Button2.Click) Com_Sender(#Sender)
#sys_web.Routing.PathParameters.Add( "ProductId" #Sender.ComponentTag )
#sys_web.Routing.Navigate( '(ProductId)' )
Endroutine

See also

All Component Classes
Technical Reference

  • No labels