ModelStateEntry.Errors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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