ProblemDetails.Title 속성

정의

문제 유형에 대한 짧고 사람이 읽을 수 있는 요약입니다. 지역화 목적(예: 사전 콘텐츠 협상 사용, [RFC7231], 섹션 3.4 참조)을 제외하고는 발생에서 문제 발생으로 변경해서는 안 됩니다.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public string Title { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="title")]
public string Title { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("title")]
public string Title { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("title")]
public string? Title { get; set; }
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyOrder(-4)]
public string? Title { get; set; }
member this.Title : string with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="title")>]
member this.Title : string with get, set
[<System.Text.Json.Serialization.JsonPropertyName("title")>]
member this.Title : string with get, set
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-4)>]
member this.Title : string with get, set
Public Property Title As String

속성 값

특성

적용 대상