コード例 #1
0
 internal ExecutableAjaxAction(bool hash, string prefix, JqueryAjaxOptions ajax)
 {
     Data["ajax"]   = ajax.OptionCollections;
     Data["hash"]   = hash;
     Data["prefix"] = prefix;
 }
 public ExecutableAjaxAction(bool hash, string prefix, JqueryAjaxOptions ajax)
 {
     this["ajax"]   = ajax;
     this["hash"]   = hash;
     this["prefix"] = prefix;
 }