NotFound<TValue> Klasse

Definition

Ein IResult , das bei der Ausführung ein Objekt mit not Found (404) status Code in die Antwort schreibt.

public sealed class NotFound<TValue> : Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult, Microsoft.AspNetCore.Http.IValueHttpResult<TValue>, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider
type NotFound<'Value> = class
    interface IResult
    interface IEndpointMetadataProvider
    interface IStatusCodeHttpResult
    interface IValueHttpResult
    interface IValueHttpResult<'Value>
Public NotInheritable Class NotFound(Of TValue)
Implements IEndpointMetadataProvider, IResult, IStatusCodeHttpResult, IValueHttpResult, IValueHttpResult(Of TValue)

Typparameter

TValue

Der Typ des Objekts, das im JSON-Format in den Antworttext serialisiert wird.

Vererbung
NotFound<TValue>
Implementiert

Eigenschaften

StatusCode

Ruft den HTTP-status-Code ab:Status404NotFound

Value

Ruft das Objektergebnis ab.

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

Ein IResult , das bei der Ausführung ein Objekt mit not Found (404) status Code in die Antwort schreibt.

IValueHttpResult.Value

Ein IResult , das bei der Ausführung ein Objekt mit not Found (404) status Code in die Antwort schreibt.

Gilt für: