PrefixContainer(ICollection<String>) Конструктор

Определение

Инициализирует новый экземпляр PrefixContainer.

public:
 PrefixContainer(System::Collections::Generic::ICollection<System::String ^> ^ values);
public PrefixContainer (System.Collections.Generic.ICollection<string> values);
new Microsoft.AspNetCore.Mvc.ModelBinding.PrefixContainer : System.Collections.Generic.ICollection<string> -> Microsoft.AspNetCore.Mvc.ModelBinding.PrefixContainer
Public Sub New (values As ICollection(Of String))

Параметры

values
ICollection<String>

Значения для контейнера.

Применяется к