コード例 #1
0
 /// <summary>
 /// Called when page navigation has occurred.
 /// </summary>
 /// <param name="page">The page that has been navigated to.</param>
 /// <param name="actionType">Type of the action.</param>
 /// <param name="pageArguments">The page arguments.</param>
 protected abstract void OnPageNavigate(IPage page, PageNavigationAction.PageAction actionType, IDictionary <string, string> pageArguments);
 protected override void OnPageNavigate(IPage page, PageNavigationAction.PageAction actionType, IDictionary <string, string> pageArguments)
 {
     CheckForJavascriptErrors();
 }
コード例 #3
0
 /// <summary>
 /// Called when page navigation has occurred.
 /// </summary>
 /// <param name="page">The page that has been navigated to.</param>
 /// <param name="actionType">Type of the action.</param>
 /// <param name="pageArguments">The page arguments.</param>
 protected override void OnPageNavigate(IPage page, PageNavigationAction.PageAction actionType, IDictionary <string, string> pageArguments)
 {
     this.tokenManager.SetToken("NavigatedPageSuccess", page.PageType.Name);
 }