Find out which navigation case
Hi folks,
Assume that there are two pages; Page A and Page B. Page A has two buttons and both buttons cause the navigation handler to direct Page B depending on the case. Button 1 returns "case1" and Button 2 returns "case2". How can I find depending on what navigation case cause Page B to be navigated on Page B source code?

