Exemple #1
0
 protected static string GetTCPopupHtml()
 {
     return(LinkMePage.GetPopupATag(SupportRoutes.Terms.GenerateUrl(), "TermsAndConditions", "Terms of Use", 800, 550));
 }
Exemple #2
0
 protected ReadOnlyUrl GetClientUrl()
 {
     return(LinkMePage.GetClientUrl());
 }
Exemple #3
0
 protected void RedirectWithNotification(ReadOnlyUrl url, NotificationType notificationType, string message)
 {
     LinkMePage.RedirectWithNotification(url, notificationType, message);
 }
Exemple #4
0
 protected ReadOnlyUrl SetNotification(ReadOnlyUrl url, NotificationType notificationType, string message)
 {
     return(LinkMePage.SetNotification(url, notificationType, message));
 }
Exemple #5
0
 protected void AddJavaScriptReference(JavaScriptReference reference)
 {
     LinkMePage.AddJavaScriptReference(reference);
 }
Exemple #6
0
 protected void AddStyleSheetReference(StyleSheetReference reference)
 {
     LinkMePage.AddStyleSheetReference(reference);
 }