HttpFileCollectionValueProviderFactory 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 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. |