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