Ejemplo n.º 1
0
 /// <summary>
 /// Get Error Notification
 /// </summary>
 /// <param name="page"></param>
 /// <param name="persistForTheNextRequest"></param>
 /// <returns></returns>
 public static List <string> GetErrorNotification(this WebViewPage page, bool persistForTheNextRequest = true)
 {
     return(page.GetNotification(NotificationType.Error, persistForTheNextRequest));
 }