Skip to content

Choose a tag to compare

@i4004 i4004 released this 26 Jun 10:28
· 0 commits to master since this release
40a5ce3

Added

  • MultipartModel base class which exposes the uploaded Files and allows binding the multipart form parameters to a strongly typed model (reusing the Simplify.Web model parser, so [BindProperty], [Exclude], [Format], IList<T> properties and validation attributes are supported)
  • .NET 10.0 explicit support

Removed

  • .NET 6.0 explicit support
  • .NET 4.8 explicit support

Changed

  • MultipartViewModel now inherits from MultipartModel (fully backward compatible, still exposes the raw Parameters list)

Dependencies

  • Simplify.Web bump to 5.3
  • HttpMultipartParser bump to 10.0.0