Base solution for your next web application
Open Closed

If you access the Service to convert web api interface model #197


User avatar
0
rihui hu created

As you can see, I have one such method. { return JsonConvert.SerializeObject( new TestModel() { User = "Tom", Dt=DateTime.Now }); } But I can not give the assignment to the model through url, has been null.Will you have a solution?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    I haven't understand well what you're trying. Does your method return string? Can you share complete method and caller javascript.