ResponseSendEventArgsOriginalResponse Property |
Gets a response JSON before modification.
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 Hashtable OriginalResponse { get; }
Public ReadOnly Property OriginalResponse As Hashtable
Get
Property Value
Type:
HashtableRemarks
This property represents a copy of the original response and should be used only for informational purposes.
See Also