Beispiel #1
0
 public static string InputTextWithAutoCompletion(this AjaxHelper helper, System.String inputName, System.String url, System.Object tagAttributes, System.Object completionOptions)
 {
     return(helper.InputTextWithAutoCompletion(inputName, url, new ModelDictionary(tagAttributes), new ModelDictionary(completionOptions)));
 }
Beispiel #2
0
 public static string InputTextWithAutoCompletion(this AjaxHelper helper, System.Object options, System.Object tagAttributes)
 {
     return(helper.InputTextWithAutoCompletion(new ModelDictionary(options), new ModelDictionary(tagAttributes)));
 }