Lire en anglais

Partager via


ModelStateDictionary.PrefixEnumerable Structure

Définition

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

C#
public struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
C#
public readonly struct ModelStateDictionary.PrefixEnumerable : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>>
Héritage
ModelStateDictionary.PrefixEnumerable
Implémente

Constructeurs

Méthodes

GetEnumerator()

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

IEnumerable<KeyValuePair<String,ModelStateEntry>>.GetEnumerator()

Énumère pour ModelStateDictionary fournir des entrées qui commencent par le préfixe spécifié.

S’applique à

Produit Versions
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0