示例#1
0
 public ActionResult SmsParam([Bind(Prefix = "Item")] SmsParam model)
 {
     if (ModelState.IsValid)
     {
         this.ModelState.Clear();
         model.Save();
         model.Ready();
     }
     return(View(new EcardModelItem <SmsParam>(model)));
 }