IUploadRequestFilter Interface
Represents a contract for request filtering.
Members
Given a request, returns a boolean that specifies whether SlickUpload should handle it.
Parameters
Return Value
Boolean – A boolean that specifies whether SlickUpload should handle the specified request.
|