How to create WEB API methods in vs 2013.
my method is sendmail(string userid,string body): body is user user choice no need to interact with database.
sendmail(string userid,string body)
how to call the above method.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
LaxmikantPosted Apr 2, 2015, 4:35 AM
below article shows you how to call Web API methods using $.getJSON callls
http://dotnetmentors.com/mvc/web-api-in-mvc-tutorial.aspx