Skip to main content
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET 6.0+ platform documentation. This link will take you to the parent topic of the current section.

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