ProblemHttpResult Klasse

Definition

Eine IResult , die bei der Ausführung HTTP-API-Antworten für Problemdetails basierend auf https://tools.ietf.org/html/rfc7807

public sealed class ProblemHttpResult : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult<Microsoft.AspNetCore.Mvc.ProblemDetails>
type ProblemHttpResult = class
    interface IResult
    interface IStatusCodeHttpResult
    interface IContentTypeHttpResult
    interface IValueHttpResult
    interface IValueHttpResult<ProblemDetails>
Public NotInheritable Class ProblemHttpResult
Implements IContentTypeHttpResult, IResult, IStatusCodeHttpResult, IValueHttpResult, IValueHttpResult(Of ProblemDetails)
Vererbung
ProblemHttpResult
Implementiert

Eigenschaften

ContentType

Ruft den Wert für den Header ab Content-Type : application/problem+json

ProblemDetails

Ruft die ProblemDetails-Instanz ab.

StatusCode

Ruft den HTTP-Statuscode ab.

Methoden

ExecuteAsync(HttpContext)

Schreiben Sie eine HTTP-Antwort, die das Ergebnis widerspiegelt.

Explizite Schnittstellenimplementierungen

IStatusCodeHttpResult.StatusCode

Eine IResult , die bei der Ausführung HTTP-API-Antworten für Problemdetails basierend auf https://tools.ietf.org/html/rfc7807

IValueHttpResult.Value

Eine IResult , die bei der Ausführung HTTP-API-Antworten für Problemdetails basierend auf https://tools.ietf.org/html/rfc7807

IValueHttpResult<ProblemDetails>.Value

Eine IResult , die bei der Ausführung HTTP-API-Antworten für Problemdetails basierend auf https://tools.ietf.org/html/rfc7807

Gilt für: