コード例 #1
0
        public void GoToTheScreen(string p0)
        {
            string url;

            Assert.IsTrue(RouteCache.TryGetUrl(p0, out url), "The supplied route key not found in the route cache");
            Br.Navigate().GoToUrl(url);
        }