ProblemHttpResult Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 |
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 |