HttpFileCollectionValueProvider Class
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.
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
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>) |