Click or drag to resize
HttpPostedFileExtensions Methods
Methods
  NameDescription
Public methodStatic memberToUploadedFile(HttpPostedFile)
Returns a wrapper object over HttpPostedFile implementing IUploadedFile interface.
Public methodStatic memberToUploadedFile(HttpPostedFileBase)
Returns a wrapper object over HttpPostedFileBase implementing IUploadedFile interface.
Top
See Also