How to Navigate from One page to Another Page in Windows Phone WinRT Apps ?

Below is a sample code snippet that demonstrates how to navigate from one page to another in Windows Phone Windows Runtime Apps.

How to Navigate from One page to Another Page in Windows Phone WinRT Apps ?

Frame.Navigate(typeof(ACPage2), param);