Click or drag to resize

RESTHeaderXML Property

Gets or sets whether or not to return XML.

Namespace:  Koden.Utils.REST
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public bool XML { get; set; }

Property Value

Type: Boolean
true - reutrns XML, false returns JSON.
See Also