HttpFileCollectionValueProviderFactory.GetValueProvider Method
Returns a value provider object for the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Overrides Function GetValueProvider ( _
controllerContext As ControllerContext _
) As IValueProvider
public override IValueProvider GetValueProvider(
ControllerContext controllerContext
)
public:
virtual IValueProvider^ GetValueProvider(
ControllerContext^ controllerContext
) override
Parameters
- controllerContext
Type: System.Web.Mvc.ControllerContext
An object that encapsulates information about the HTTP request.
Return Value
Type: System.Web.Mvc.IValueProvider
An HTTP file collection value provider.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The controllerContext parameter is null reference (Nothing in Visual Basic). |