Sdílet prostřednictvím


PrefixContainer(ICollection<String>) Konstruktor

Definice

Inicializuje novou instanci objektu 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))

Parametry

values
ICollection<String>

Hodnoty kontejneru.

Platí pro