Freigeben über


ProblemDetails.Title Eigenschaft

Definition

Eine kurze, für Menschen lesbare Zusammenfassung des Problemtyps. Es SOLLTE sich nicht von Auftreten zu Auftreten des Problems ändern, mit Ausnahme der Lokalisierung, z. B. bei der Verwendung proaktiver Inhaltsaushandlung; siehe RFC 9110, Abschnitt 12.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("title")]
[System.Text.Json.Serialization.JsonPropertyOrder(-4)]
public string? Title { get; set; }
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.JsonPropertyName("title")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(-4)>]
member this.Title : string with 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
Public Property Title As String

Eigenschaftswert

Attribute

Gilt für: