.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

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -