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