HttpFileCollectionValueProvider(ControllerContext) 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.
Initializes a new instance of the HttpFileCollectionValueProvider class.
public HttpFileCollectionValueProvider(System.Web.Mvc.ControllerContext controllerContext);
new System.Web.Mvc.HttpFileCollectionValueProvider : System.Web.Mvc.ControllerContext -> System.Web.Mvc.HttpFileCollectionValueProvider
Public Sub New (controllerContext As ControllerContext)
Parameters
- controllerContext
- ControllerContext
An object that encapsulates information about the current HTTP request.