Freigeben über


ValidationProblem 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 ValidationProblem : Microsoft.AspNetCore.Http.IContentTypeHttpResult, Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult<Microsoft.AspNetCore.Http.HttpValidationProblemDetails>, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider
type ValidationProblem = class
    interface IResult
    interface IEndpointMetadataProvider
    interface IStatusCodeHttpResult
    interface IContentTypeHttpResult
    interface IValueHttpResult
    interface IValueHttpResult<HttpValidationProblemDetails>
Public NotInheritable Class ValidationProblem
Implements IContentTypeHttpResult, IEndpointMetadataProvider, IResult, IStatusCodeHttpResult, IValueHttpResult, IValueHttpResult(Of HttpValidationProblemDetails)
Vererbung
ValidationProblem
Implementiert

Eigenschaften

ContentType

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

ProblemDetails

Ruft die HttpValidationProblemDetails-Instanz ab.

StatusCode

Ruft den HTTP-status-Code ab:Status400BadRequest

Methoden

ExecuteAsync(HttpContext)

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

Explizite Schnittstellenimplementierungen

IEndpointMetadataProvider.PopulateMetadata(MethodInfo, EndpointBuilder)

Füllt Metadaten für die zugehörigen Endpoint und MethodInfoauf.

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<HttpValidationProblemDetails>.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: