Post action in controller


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. [AcceptVerbs(HttpVerbs.Post)]
  2. public ~type actionName(){
  3. return ~type
  4. }

Report this snippet


Comments


You need to login to view comments.