Skip to main content
A newer version of this page is available. .

CustomWriteToResponseEventArgs Properties

Provides data for the WebExportController.CustomWriteToResponse event.
Name Description
FileName Specifies the name of the file to which the browser can save the stream passed as the CustomWriteToResponseEventArgs.Stream parameter.
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 HandledEventArgs.
Stream Specifies the stream to be sent to the browser.
See Also