ValidationProblem 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 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 |
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 |