예제 #1
0
 public static string ButtonToRemote(this AjaxHelper helper, System.String innerContent, System.String url, System.Object options, System.Object htmloptions)
 {
     return(helper.ButtonToRemote(innerContent, url, new ModelDictionary(options), new ModelDictionary(htmloptions)));
 }