.net - Json data has {d:"data"} -
I am writing jquery ajax code to call wcf service.
In this case the WCF returns HTML as a string.
How some data is returned in jquery {d: "data"} format, what is this element?
Below is code
$ Get ('& lt;% = ResolveClientUrl ("~ / AjaxServices / ListingBrowse $ (' # Newsdiv ') .html (data.d);}," html ");
Additional "D" parameter has been added by the .NET framework as an additional security measure against XSS attacks (). It includes: / p>
Comments
Post a Comment