ModelStateEntry.Errors Property

Definition

Gets the ModelErrorCollection for this entry.

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::ModelErrorCollection ^ Errors { Microsoft::AspNetCore::Mvc::ModelBinding::ModelErrorCollection ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelErrorCollection Errors { get; }
member this.Errors : Microsoft.AspNetCore.Mvc.ModelBinding.ModelErrorCollection
Public ReadOnly Property Errors As ModelErrorCollection

Property Value

Applies to