Skip to main content
Version: 3.5

IWisejHandler

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

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

public interface IWisejHandler : IWisejComponent, IDisposable

Properties

Instance memberCompress

Boolean: Enables the response compression.

Methods

Instance memberProcessRequest(context)

Process the HTTP request.

ParameterTypeDescription
contextHttpContextThe current HttpContext.

Implemented By

NameDescription
DataGridViewRepresents a data grid control.
CanvasRepresents the HTML5 canvas element.
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.