ResponseSendEventArgsCustomResponseData Property |
Gets or sets a user data that should be added to response.
Namespace:
Atalasoft.Imaging.WebControls
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IDictionary<string, string> CustomResponseData { get; set; }
Public Property CustomResponseData As IDictionary(Of String, String)
Get
Set
Property Value
Type:
IDictionaryString,
StringRemarks
This dictionary will be added to the response JSON object as a separate field 'customData'.
See Also