Freigeben über


FormMappingContext.GetAllErrors Methode

Definition

Überlädt

GetAllErrors()

Ruft alle Fehler für das Modell ab.

GetAllErrors(String)

Ruft alle Fehler für das Modell ab.

GetAllErrors()

Quelle:
FormMappingContext.cs
Quelle:
FormMappingContext.cs

Ruft alle Fehler für das Modell ab.

public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError> GetAllErrors ();
member this.GetAllErrors : unit -> seq<Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError>
Public Function GetAllErrors () As IEnumerable(Of FormMappingError)

Gibt zurück

Die Liste der Fehler, die dem Modell zugeordnet sind, falls vorhanden.

Gilt für:

GetAllErrors(String)

Quelle:
FormMappingContext.cs
Quelle:
FormMappingContext.cs

Ruft alle Fehler für das Modell ab.

public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError> GetAllErrors (string formName);
member this.GetAllErrors : string -> seq<Microsoft.AspNetCore.Components.Forms.Mapping.FormMappingError>
Public Function GetAllErrors (formName As String) As IEnumerable(Of FormMappingError)

Parameter

formName
String

Formularname für ein Formular in diesem Kontext.

Gibt zurück

Die Liste der Fehler, die dem Modell zugeordnet sind, falls vorhanden.

Gilt für: