Click or drag to resize

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; }

Property Value

Type: IDictionaryString, String
Remarks
This dictionary will be added to the response JSON object as a separate field 'customData'.
See Also