HttpFileCollectionValueProvider Class

Definition

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

public sealed class HttpFileCollectionValueProvider : System.Web.Mvc.DictionaryValueProvider<System.Web.HttpPostedFileBase[]>
type HttpFileCollectionValueProvider = class
    inherit DictionaryValueProvider<HttpPostedFileBase[]>
Public NotInheritable Class HttpFileCollectionValueProvider
Inherits DictionaryValueProvider(Of HttpPostedFileBase())
Inheritance
HttpFileCollectionValueProvider

Constructors

HttpFileCollectionValueProvider(ControllerContext)

Initializes a new instance of the HttpFileCollectionValueProvider class.

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from DictionaryValueProvider<TValue>)
GetKeysFromPrefix(String)

Gets the keys from the prefix.

(Inherited from DictionaryValueProvider<TValue>)
GetValue(String)

Returns a value object using the specified key and controller context.

(Inherited from DictionaryValueProvider<TValue>)

Applies to