ResponseFormat Enumeration
.NET Framework (current version)
Specifies how the Web method return-type is serialized.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Member name | Description | |
|---|---|---|
| Json | The return type is serialized as JavaScript Object Notation (JSON). | |
| Xml | The return type is serialized as XML. |
.NET Framework
Available since 3.5
Available since 3.5
Show: