ValueProviderFactories.Factories Property

Gets the collection of value-provider factories for the application.

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

'Declaration
Public Shared ReadOnly Property Factories As ValueProviderFactoryCollection 
	Get
'Usage
Dim value As ValueProviderFactoryCollection 

value = ValueProviderFactories.Factories

Property Value

Type: System.Web.Mvc.ValueProviderFactoryCollection
The collection of value-provider factory objects.
Show: