ModelStateDictionary.IsValid Property

Definition

Gets a value that indicates whether this instance of the model-state dictionary is valid.

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

Property Value

true if this instance is valid; otherwise, false.

Applies to