Click or drag to resize

WebDocumentViewerMiddlewareInvoke Method

Request handling method

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Task Invoke(
	HttpContext context
)

Parameters

context
Type: HttpContext
The HttpContext for the current request.

Return Value

Type: Task
A Task that represents the execution of this middleware.
See Also