CuteWebUI is a collection of classes that allow you to create Web server controls on an ASP.NET Web page.
| Class | Description |
|---|---|
| AttachmentItem | This class represents an Attachment Item. |
| AttachmentItemCollection | This class represents/maintains a collection of Attachment items. |
| AttachmentItemEventArgs | Event parameters used for events (AttachmentCheckChanged,AttachmentCreated,AttachmentDataBound,AttachmentAdded) that take an Item as one of its arguments. |
| MvcUploader | |
| MvcUploadFile | |
| PersistedFile | This class represents a Single File object. |
| PersistedFileEventArgs | Provides data for the FileChanged events. |
| UploadAttachments | This class allows you upload multiple files with a single element. The uploaded file will be added to the list of attachments. Just the way Gmail does for email attachment. |
| Uploader | This class represents an enhanced control for uploading files to the server. |
| UploaderBase | The base class defines the properties, methods, and events that are shared by Uploader, UploadPersistedFile and UploadAttachments. |
| UploaderEventArgs | Provides data for the FileValidating and FileUploaded(After Upload) events. |
| UploaderFileSystemProvider | |
| UploaderLicenseException | |
| UploaderLicenseProvider | UploaderLicenseProvider |
| UploaderProvider | This abstract class represents a Uploader Provider object. |
| UploaderValidateOption | A helper class which can be used to hold validation information, used by the Ajax Uploader. |
| UploadFileBase | Represents an UploadFileBase object. |
| UploadModule | This class represents an Upload Module object. |
| UploadPersistedFile | This class represents an enhanced control for uploading files to the server. The object can persist across postbacks. |
| Interface | Description |
|---|---|
| IAjaxUploader | internal interface |
| IAttachmentProvider | Represents an interface for an Attachment Provider. |
| IUploaderRenameProvider |
| Delegate | Description |
|---|---|
| AttachmentItemEventHandler | Represents the method that will handle Attachment control events. |
| PersistedFileEventHandler | Represents the method that will handle Uploader control events. |
| UploaderBatchEventHandler | |
| UploaderEventHandler | Represents the method that will handle Uploader control events. |
| Enumeration | Description |
|---|---|
| AttachmentItemBehavior | |
| AttachmentItemTemplatePosition | Specifies the Attachment Item Template Position. |
| EnumUploaderLicense | |
| MvcUploaderScriptSource | a enum for how the uploader render the script |
| ProgressBarType | Specifies the style that a ProgressBar uses to indicate the progress of an operation. |
| UploadCursor | Specifies the upload button built in cursor types. |
| UploaderAdvancedOption | This enumeration is used by Uploader.SetAdvancedOption. |
| UploadType | The global type of upload method to use. |