IWisejHandler
Wisej.Core.IWisejHandler
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.0.0.0)
Represents a Wisej component that is capable of handling postback requests from the client.
C#
VB.NET
1
public interface IWisejHandler : IWisejComponent, IDisposable
Copied!
1
Public Interface IWisejHandler
2
Inherits IWisejComponent, IDisposable
Copied!

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 the HTML5 canvas element.
​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.