ModelStateDictionary.IsValid Property

Definition

Gets a value that indicates whether there are any errors in any of the model state objects in the dictionary.

public:
 property bool IsValid { bool get(); };
public bool IsValid { get; }
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean

Property Value

false if any errors were found; otherwise, true.

Applies to