FormFileValueProvider(IFormFileCollection) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a value provider for IFormFileCollection.
public:
FormFileValueProvider(Microsoft::AspNetCore::Http::IFormFileCollection ^ files);
public FormFileValueProvider (Microsoft.AspNetCore.Http.IFormFileCollection files);
new Microsoft.AspNetCore.Mvc.ModelBinding.FormFileValueProvider : Microsoft.AspNetCore.Http.IFormFileCollection -> Microsoft.AspNetCore.Mvc.ModelBinding.FormFileValueProvider
Public Sub New (files As IFormFileCollection)
Parameters
- files
- IFormFileCollection
The IFormFileCollection.