Access to this page requires authorization. You can try
signing in
or
changing directories
.
Access to this page requires authorization. You can try
changing directories
.
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
)