5
Answers

How to return in Web API?

string strForm = PreparePOSTForm(action, data);
Page.Controls.Add(new LiteralControl(strForm));

Answers (5)