Share via


ODataMessageWriterSettings.JsonPCallback Property

Definition

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.

Applies to