HttpValidationProblemDetails.Errors Property

Definition

Gets the validation errors associated with this instance of HttpValidationProblemDetails.

public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
member this.Errors : System.Collections.Generic.IDictionary<string, string[]>
Public ReadOnly Property Errors As IDictionary(Of String, String())

Property Value

IDictionary<String,String[]>

Applies to