添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
紧张的热带鱼  ·  罗技 MX ...·  1 周前    · 
含蓄的饭盒  ·  将 GitHub Codespaces 与 ...·  3 月前    · 
酷酷的扁豆  ·  动漫杂志_百度百科·  1 年前    · 

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