Wisej.NET API
Home
Support
Documentation
Search…
v3.0
Welcome
What's New
Releases
Concepts
Themes
Extensions
Wisej.Web
General
Buttons
Common Dialogs
Containers
Content
Data Binding
Editors
Enumerations
Extenders
Interfaces
Lists & Grids
Media
Menus
Notifications
Other Components
Wisej.Web.VisualBasic
Extensions
Wisej.Core
General
Interfaces
IWisejComponent
IWisejControl
IWisejDataStore
IWisejEditorService
IWisejExtenderProvider
IWisejHandler
IWisejSerializable
IWisejWindow
Wisej.Base
General
Responsive
System
Extensions
Powered By
GitBook
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.
Previous
IWisejExtenderProvider
Next
IWisejSerializable
Last modified
2mo ago
Export as PDF
Copy link
Contents
Properties
Compress
Methods
ProcessRequest(context)
Implemented By