Ejemplo n.º 1
0
 public static string BuildRemoteFunction(this AjaxHelper helper, System.String url, System.Object options)
 {
     return(helper.BuildRemoteFunction(url, new ModelDictionary(options)));
 }