ODataMessageWriterSettings.JsonPCallback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a callback function use to wrap the response from server.
public string JsonPCallback { get; set; }
member this.JsonPCallback : string with get, set
Public Property JsonPCallback As String
Property Value
The callback function used to wrap the response from server.
Remarks
If it has a value and we are writing a JSON response, then we will wrap the entirety of the response in the provided function name and parenthesis for JSONP. Otherwise this value is ignored.