1
Answer

how to create web API custome methods in asp.net

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.

Answers (1)