With asp.net webapi 2, to check if a request contains multipart/formdata was as simple as calling the Request.Content.IsMimeMultipart() method. This method doesn't seem to exist. As a matter of fact, the entire Mimemultipart extension methods are absent.
What is the work around or the new way to handle this in MVC 6