PrefixContainer(ICollection<String>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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))
Paramètres
- values
- ICollection<String>
Valeurs du conteneur.