HttpFileCollectionValueProviderFactory Class
Definition
Represents a class that is responsible for creating a new instance of an HTTP file collection value provider object.
public sealed class HttpFileCollectionValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type HttpFileCollectionValueProviderFactory = class
inherit ValueProviderFactory
Public NotInheritable Class HttpFileCollectionValueProviderFactory
Inherits ValueProviderFactory
- Inheritance
Constructors
HttpFileCollectionValueProviderFactory() |
Initializes a new instance of the HttpFileCollectionValueProviderFactory class. |
Methods
GetValueProvider(ControllerContext) |
Returns a value provider object for the specified controller context. |