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.
- C#
- VB.NET
public interface IWisejHandler : IWisejComponent, IDisposable
Public Interface IWisejHandler
Inherits IWisejComponent, IDisposable
Properties
Compress
Boolean: Enables the response compression.
Methods
ProcessRequest(context)
Process the HTTP request.
| Parameter | Type | Description |
|---|---|---|
| context | HttpContext | The current HttpContext. |
Implemented By
| Name | Description |
|---|---|
| DataGridView | Represents a data grid control. |
| Canvas | Represents a drawing surface for immediate-mode 2D rendering, similar to the HTML5 Canvas API. |
| FlashPlayer | Represents a FlashPlayer control that can display flash applications. |
| PdfViewer | 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. |
| Upload | Represent an upload widget. Allows users to selected one or more files and upload them to the server. |
| Widget | Provides a generic widget that can use most third party javascript widgets. |
| ImageList | Provides methods to manage a collection of Image objects. This class cannot be inherited. |