IWisejHandler

Wisej.Core.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

Boolean: Enables the response compression.

Methods

Process the HTTP request.

ParameterTypeDescription

context

The current HttpContext.

Implemented By

NameDescription

Represents a data grid control.

Represents the HTML5 canvas element.

Represents a FlashPlayer control that can display flash applications.

Represents 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.

Represent an upload widget. Allows users to selected one or more files and upload them to the server.

Provides a generic widget that can use most third party javascript widgets.

Provides methods to manage a collection of Image objects. This class cannot be inherited.

Last updated