HttpPostedFileExtensions Methods |
Name | Description | |
---|---|---|
![]() ![]() | ToUploadedFile(HttpPostedFile) |
Returns a wrapper object over HttpPostedFile implementing IUploadedFile interface.
|
![]() ![]() | ToUploadedFile(HttpPostedFileBase) |
Returns a wrapper object over HttpPostedFileBase implementing IUploadedFile interface.
|