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)
-
0
I haven't understand well what you're trying. Does your method return string? Can you share complete method and caller javascript.