This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
public ref class BadRequestObjectResult : Microsoft::AspNetCore::Mvc::ObjectResult
public class BadRequestObjectResult : Microsoft.AspNetCore.Mvc.ObjectResult
[Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCode(400)]
public class BadRequestObjectResult : Microsoft.AspNetCore.Mvc.ObjectResult
type BadRequestObjectResult = class
    inherit ObjectResult
[<Microsoft.AspNetCore.Mvc.Infrastructure.DefaultStatusCode(400)>]
type BadRequestObjectResult = class
    inherit ObjectResult
Public Class BadRequestObjectResult
Inherits ObjectResult
Inheritance
BadRequestObjectResult

Executes the result operation of the action method synchronously. This method is called by MVC to process the result of an action method.

(Inherited from ActionResult )

Executes the result operation of the action method asynchronously. This method is called by MVC to process the result of an action method.

(Inherited from ObjectResult ) Coming soon: Throughout 2024 we will be phasing out GitHub Issues as the feedback mechanism for content and replacing it with a new feedback system. For more information see: https://aka.ms/ContentUserFeedback .

Submit and view feedback for