次の方法で共有


HttpValidationProblemDetails.Errors プロパティ

定義

HttpValidationProblemDetailsのこのインスタンスに関連付けられている検証エラーを取得します。

public System.Collections.Generic.IDictionary<string,string[]> Errors { get; }
public System.Collections.Generic.IDictionary<string,string[]> Errors { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("errors")]
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
[<System.Text.Json.Serialization.JsonPropertyName("errors")>]
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())

プロパティ値

属性

適用対象