Aracılığıyla paylaş


BadRequest<TValue> Sınıf

Tanım

IResult Yürütmede yanıta Hatalı İstek (400) durum koduyla bir nesne yazar.

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

Tür Parametreleri

TValue

Yanıt gövdesine seri hale getirilecek JSON hata nesnesinin türü.

Devralma
BadRequest<TValue>
Uygulamalar

Özellikler

StatusCode

HTTP durum kodunu alır: Status400BadRequest

Value

Nesne sonucunu alır.

Yöntemler

ExecuteAsync(HttpContext)

Sonucu yansıtan bir HTTP yanıtı yazın.

Belirtik Arabirim Kullanımları

IEndpointMetadataProvider.PopulateMetadata(MethodInfo, EndpointBuilder)

İlgili Endpoint ve MethodInfoiçin meta verileri doldurur.

IStatusCodeHttpResult.StatusCode

IResult Yürütmede yanıta Hatalı İstek (400) durum koduyla bir nesne yazar.

IValueHttpResult.Value

IResult Yürütmede yanıta Hatalı İstek (400) durum koduyla bir nesne yazar.

Şunlara uygulanır