Hi,
I am calling a controller action from codebehind of aspx page by action Url with querystring. I serialized the object before adding into the action URL querystring. The value of complex object returns null on action call in runtime.
framePdf.Src ="http://localhost:56336/Home/Test?pdfData=" + jsonString;