How can I navigate to same page?

Hello All, I want to navigate to same page again.

Suppose I am on MenuDetailpage, I want to navigate on MenuDetailPage again with new parameter from same page i.e. MenuDetailpage.

How it is possible. Thanks in advance.

That make no sense.

I think you have done something in your construktor that you want to do again with new parameters.

If so put the code from the conatructor in a function and call it from the constructor or when ever you want to change the parameters.

1 Like

Let’s Try it.
Thanks