Quantcast
Viewing all articles
Browse latest Browse all 76418

How to Close a Page

How do I close the current page?
I tried with PopAsync and PopToRootAsync but nothing happens.

`

    void btnCancel_Clicked(Object sender, EventArgs e)
    {
        this.Navigation.PopAsync();
        //this.Navigation.PopToRootAsync ();
    }

`


Viewing all articles
Browse latest Browse all 76418

Trending Articles