HI WELCOME TO KANSIRIS

Handle error converting {null} to type system.Int32 in input json

Leave a Comment

 You could use replace your Int32s with their nullable counterpart using int? . You can find more about nullable types here.

Make your tabID nullable:

public int? tabID;

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.