NameValueCollectionValueProvider Constructor (NameValueCollection, CultureInfo)
.NET Framework (current version)
Initializes a new instance of the NameValueCollectionValueProvider class by using a collection and culture information.
Assembly: System.Web (in System.Web.dll)
public NameValueCollectionValueProvider(
NameValueCollection collection,
CultureInfo culture
)
Parameters
- collection
-
Type:
System.Collections.Specialized.NameValueCollection
The collection.
- culture
-
Type:
System.Globalization.CultureInfo
The culture information.
.NET Framework
Available since 4.5
Available since 4.5
Show: