public static Selector ToAjaxPost(this UrlDispatcher.UrlPushDispatcher url)
 {
     return(url.ToString().ToAjaxPost());
 }
 public static Selector ToAjax(this UrlDispatcher.UrlPushDispatcher url, Action <JqueryAjaxOptions> configuration)
 {
     return(url.ToString().ToAjax(configuration));
 }