NameValueCollectionValueProvider Constructor (NameValueCollection, NameValueCollection, CultureInfo)
Initializes a new instance of the NameValueCollectionValueProvider class using the specified unvalidated collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
new :
collection:NameValueCollection *
unvalidatedCollection:NameValueCollection *
culture:CultureInfo -> NameValueCollectionValueProvider
Parameters
- collection
- Type: System.Collections.Specialized.NameValueCollection
A collection that contains the values that are used to initialize the provider.
- unvalidatedCollection
- Type: System.Collections.Specialized.NameValueCollection
A collection that contains the values that are used to initialize the provider. This collection will not be validated.
- culture
- Type: System.Globalization.CultureInfo
An object that contains information about the target culture.
Show: