Simple export servlet that takes the export data from the request and creates a file download for it.

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public class ExportHandler : IHttpHandler
Visual Basic
Public Class ExportHandler _
	Implements IHttpHandler

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Graph.Web..::..ExportHandler

See Also