Skip to main content
Version: 4.1

IWisejHandler

Namespace: Wisej.Core

Assembly: Wisej.Framework (4.1.0.0)

Represents a Wisej component that is capable of handling postback requests from the client.

public interface IWisejHandler : IWisejComponent, IDisposable

Properties

Instance member Compress

Boolean: Enables the response compression.

Methods

Instance member ProcessRequest(context)

Process the HTTP request.

ParameterTypeDescription
contextHttpContextThe current HttpContext.

Implemented By

NameDescription
DataGridViewRepresents a data grid control.
CanvasRepresents a drawing surface for immediate-mode 2D rendering, similar to the HTML5 Canvas API.
FlashPlayerRepresents a FlashPlayer control that can display flash applications.
PdfViewerRepresents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
UploadRepresent an upload widget. Allows users to selected one or more files and upload them to the server.
WidgetProvides a generic widget that can use most third party javascript widgets.
ImageListProvides methods to manage a collection of Image objects. This class cannot be inherited.