Table of Contents

Class HttpFileCollectionValueProvider

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents a value provider to use with values that come from a collection of HTTP files.

public sealed class HttpFileCollectionValueProvider : DictionaryValueProvider<HttpPostedFileBase[]>, IEnumerableValueProvider, IValueProvider
Inheritance
DictionaryValueProvider<HttpPostedFileBase[]>
HttpFileCollectionValueProvider
Implements
Inherited Members

Constructors

HttpFileCollectionValueProvider(ControllerContext)

Initializes a new instance of the HttpFileCollectionValueProvider class.

public HttpFileCollectionValueProvider(ControllerContext controllerContext)

Parameters

controllerContext ControllerContext

An object that encapsulates information about the current HTTP request.