Using asp.net webapi 2 to check if the request contains multipart / formdata was as simple as calling the Request.Content.IsMimeMultipart () method. This method does not seem to exist. In fact, all of the Mimemultipart extension methods are missing.
What is a job or a new way to handle this in MVC 6
source share