/ Published in: C#
Expand |
Embed | Plain Text
public JsonResult SomeAction() { return this.Json(person); }
You need to login to post a comment.
public JsonResult SomeAction() { return this.Json(person); }
You need to login to post a comment.