Click or drag to resize

TextFileHandlerProcessRequest Method (HttpContext, IEnumerableString, String)

Output multiple files from the handler.

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected void ProcessRequest(
	HttpContext context,
	IEnumerable<string> filenames,
	string outputMimeType
)

Parameters

context
Type: System.WebHttpContext

[Missing <param name="context"/> documentation for "M:Cadcorp.Web.UI.TextFileHandler.ProcessRequest(System.Web.HttpContext,System.Collections.Generic.IEnumerable{System.String},System.String)"]

filenames
Type: System.Collections.GenericIEnumerableString
Filenames must be absolute locations.
outputMimeType
Type: SystemString

[Missing <param name="outputMimeType"/> documentation for "M:Cadcorp.Web.UI.TextFileHandler.ProcessRequest(System.Web.HttpContext,System.Collections.Generic.IEnumerable{System.String},System.String)"]

See Also