コード例 #1
0
ファイル: HelperExtensions.cs プロジェクト: yhtsnda/spark
 public static string BuildRemoteFunction(this AjaxHelper helper, System.String url, System.Object options)
 {
     return(helper.BuildRemoteFunction(url, new ModelDictionary(options)));
 }