FormCollection.ToValueProvider Method

Returns a dictionary that contains the value providers.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Function ToValueProvider As IValueProvider
'Usage
Dim instance As FormCollection 
Dim returnValue As IValueProvider 

returnValue = instance.ToValueProvider()

Return Value

Type: System.Web.Mvc.IValueProvider
A dictionary of value providers.
Show: