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

RSS Icon Subscribe to comments

You need to login to post a comment.