CustomWriteToResponseEventArgs Properties
Provides data for the WebExportController.CustomWriteToResponse event.
Name | Description |
---|---|
File |
Specifies the name of the file to which the browser can save the stream passed as the Custom |
Handled |
Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
Inherited from Handled |
Stream | Specifies the stream to be sent to the browser. |
See Also