BadRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IResult that on execution will write an object to the response with Bad Request (400) status code.
public sealed class BadRequest : Microsoft.AspNetCore.Http.IResult, Microsoft.AspNetCore.Http.IStatusCodeHttpResult, Microsoft.AspNetCore.Http.Metadata.IEndpointMetadataProvider
type BadRequest = class
interface IResult
interface IEndpointMetadataProvider
interface IStatusCodeHttpResult
Public NotInheritable Class BadRequest
Implements IEndpointMetadataProvider, IResult, IStatusCodeHttpResult
- Inheritance
-
BadRequest
- Implements
Properties
StatusCode |
Gets the HTTP status code: Status400BadRequest |
Methods
ExecuteAsync(HttpContext) |
Write an HTTP response reflecting the result. |
Explicit Interface Implementations
IEndpointMetadataProvider.PopulateMetadata(MethodInfo, EndpointBuilder) |
Populates metadata for the related Endpoint and MethodInfo. |
IStatusCodeHttpResult.StatusCode |