Esempio n. 1
0
 public static string ButtonToFunction(this AjaxHelper helper, System.String innerContent, System.String functionCodeOrName, System.Object attributes)
 {
     return(helper.ButtonToFunction(innerContent, functionCodeOrName, new ModelDictionary(attributes)));
 }