コード例 #1
0
ファイル: HelperExtensions.cs プロジェクト: yhtsnda/spark
 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)));
 }
コード例 #2
0
ファイル: HelperExtensions.cs プロジェクト: yhtsnda/spark
 public static string InputTextWithAutoCompletion(this AjaxHelper helper, System.Object options, System.Object tagAttributes)
 {
     return(helper.InputTextWithAutoCompletion(new ModelDictionary(options), new ModelDictionary(tagAttributes)));
 }