اقرأ باللغة الإنجليزية

مشاركة عبر


ValidationProblemDetails.Errors Property

Definition

Gets the validation errors associated with this instance of HttpValidationProblemDetails.

C#
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
C#
[Newtonsoft.Json.JsonProperty(PropertyName="errors")]
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
C#
[System.Text.Json.Serialization.JsonPropertyName("errors")]
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
C#
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; set; }
C#
[System.Text.Json.Serialization.JsonPropertyName("errors")]
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; set; }

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute JsonPropertyNameAttribute

Applies to

منتج الإصدارات
ASP.NET Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0