예제 #1
0
 public static Selector ToAjaxPost(this UrlDispatcher.UrlPush url)
 {
     return(url.ToString().ToAjaxPost());
 }
예제 #2
0
 public static Selector ToAjax(this UrlDispatcher.UrlPush url, Action <JqueryAjaxOptions> configuration)
 {
     return(url.ToString().ToAjax(configuration));
 }