HttpValidationProblemDetails.Errors Property

Definition

Gets the validation errors associated with this instance of HttpValidationProblemDetails.

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

Property Value

Applies to