NameValueCollectionValueProvider Oluşturucular

Tanım

NameValueCollectionValueProvider sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

NameValueCollectionValueProvider(NameValueCollection, CultureInfo)

Koleksiyon ve kültür bilgilerini kullanarak sınıfının yeni bir örneğini NameValueCollectionValueProvider başlatır.

NameValueCollectionValueProvider(NameValueCollection, NameValueCollection, CultureInfo)

Bir koleksiyon, koleksiyonun NameValueCollectionValueProvider karşılanmamış bir sürümü ve kültür bilgilerini kullanarak sınıfının yeni bir örneğini başlatır.

NameValueCollectionValueProvider(NameValueCollection, CultureInfo)

Koleksiyon ve kültür bilgilerini kullanarak sınıfının yeni bir örneğini NameValueCollectionValueProvider başlatır.

public:
 NameValueCollectionValueProvider(System::Collections::Specialized::NameValueCollection ^ collection, System::Globalization::CultureInfo ^ culture);
public NameValueCollectionValueProvider (System.Collections.Specialized.NameValueCollection collection, System.Globalization.CultureInfo culture);
new System.Web.ModelBinding.NameValueCollectionValueProvider : System.Collections.Specialized.NameValueCollection * System.Globalization.CultureInfo -> System.Web.ModelBinding.NameValueCollectionValueProvider
Public Sub New (collection As NameValueCollection, culture As CultureInfo)

Parametreler

collection
NameValueCollection

Koleksiyon.

culture
CultureInfo

Kültür bilgileri.

Şunlara uygulanır

NameValueCollectionValueProvider(NameValueCollection, NameValueCollection, CultureInfo)

Bir koleksiyon, koleksiyonun NameValueCollectionValueProvider karşılanmamış bir sürümü ve kültür bilgilerini kullanarak sınıfının yeni bir örneğini başlatır.

public:
 NameValueCollectionValueProvider(System::Collections::Specialized::NameValueCollection ^ collection, System::Collections::Specialized::NameValueCollection ^ unvalidatedCollection, System::Globalization::CultureInfo ^ culture);
public NameValueCollectionValueProvider (System.Collections.Specialized.NameValueCollection collection, System.Collections.Specialized.NameValueCollection unvalidatedCollection, System.Globalization.CultureInfo culture);
new System.Web.ModelBinding.NameValueCollectionValueProvider : System.Collections.Specialized.NameValueCollection * System.Collections.Specialized.NameValueCollection * System.Globalization.CultureInfo -> System.Web.ModelBinding.NameValueCollectionValueProvider
Public Sub New (collection As NameValueCollection, unvalidatedCollection As NameValueCollection, culture As CultureInfo)

Parametreler

collection
NameValueCollection

Koleksiyon.

unvalidatedCollection
NameValueCollection

Karşılanmamış koleksiyon.

culture
CultureInfo

Kültür bilgileri.

Şunlara uygulanır