• <i id='e6jLc'><tr id='e6jLc'><dt id='e6jLc'><q id='e6jLc'><span id='e6jLc'><b id='e6jLc'><form id='e6jLc'><ins id='e6jLc'></ins><ul id='e6jLc'></ul><sub id='e6jLc'></sub></form><legend id='e6jLc'></legend><bdo id='e6jLc'><pre id='e6jLc'><center id='e6jLc'></center></pre></bdo></b><th id='e6jLc'></th></span></q></dt></tr></i><div id='e6jLc'><tfoot id='e6jLc'></tfoot><dl id='e6jLc'><fieldset id='e6jLc'></fieldset></dl></div>
    <legend id='e6jLc'><style id='e6jLc'><dir id='e6jLc'><q id='e6jLc'></q></dir></style></legend>

        <bdo id='e6jLc'></bdo><ul id='e6jLc'></ul>
      <tfoot id='e6jLc'></tfoot>

        <small id='e6jLc'></small><noframes id='e6jLc'>

        与 ASP.NET Core 中的 FromBody 混淆

        Confused with FromBody in ASP.NET Core(与 ASP.NET Core 中的 FromBody 混淆)

                <small id='XwdYb'></small><noframes id='XwdYb'>

              1. <legend id='XwdYb'><style id='XwdYb'><dir id='XwdYb'><q id='XwdYb'></q></dir></style></legend>

                <i id='XwdYb'><tr id='XwdYb'><dt id='XwdYb'><q id='XwdYb'><span id='XwdYb'><b id='XwdYb'><form id='XwdYb'><ins id='XwdYb'></ins><ul id='XwdYb'></ul><sub id='XwdYb'></sub></form><legend id='XwdYb'></legend><bdo id='XwdYb'><pre id='XwdYb'><center id='XwdYb'></center></pre></bdo></b><th id='XwdYb'></th></span></q></dt></tr></i><div id='XwdYb'><tfoot id='XwdYb'></tfoot><dl id='XwdYb'><fieldset id='XwdYb'></fieldset></dl></div>
                  <tbody id='XwdYb'></tbody>

                  <bdo id='XwdYb'></bdo><ul id='XwdYb'></ul>
                  <tfoot id='XwdYb'></tfoot>
                  本文介绍了与 ASP.NET Core 中的 FromBody 混淆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有以下 WEB API 方法,并且有一个带有 Angular 的 SPA 模板:

                  I have the following WEB API method, and have a SPA template with Angular:

                  [HttpPost]
                  public IActionResult Post([FromBody]MyViewModel model)
                  

                  我认为,基于 this 主题,这里不需要使用 [FromBody] ,因为我想从消息体中读取值,所以不需要覆盖默认行为,但是,如果我不这样做't 使用 [FromBody],来自 Angular 的模型为空.我真的很困惑,既然我使用了默认行为,为什么还要使用 [FromBody]?

                  I thought, based on this topic, there is no need to use [FromBody] here, since I want to read the value from the message body, so there is no need to override the default behavior, but, if I don't use [FromBody], the model that is coming from Angular is null. I'm really confused, why should I use [FromBody], since I have used the default behavior?

                  推荐答案

                  对于任何看到此问题的 .net core 3 - 您需要将 [ApiController] 添加到扩展 ControllerBase 的控制器中.[FromBody] 仅在您使用 MVC 控制器时才需要.

                  For anyone seeing this issue .net core 3 - you need to add the [ApiController] to the controller where you extend ControllerBase. The [FromBody] is only needed if you're doing an MVC controller.

                  这会导致正文以您期望的方式自动处理.

                  This causes the body to get automatically processed in the way you're expecting.

                  Microsoft 文档ApiController 属性

                  这篇关于与 ASP.NET Core 中的 FromBody 混淆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Performance overhead of using attributes in .NET(在 .NET 中使用属性的性能开销)
                  Accessing attribute info from DTE(从 DTE 访问属性信息)
                  c# Hide a property in datagridview with datasource(c#使用数据源隐藏datagridview中的属性)
                  Extract Display name and description Attribute from within a HTML helper(从 HTML 帮助器中提取显示名称和描述属性)
                  C# Attributes and their uses(C# 属性及其用途)
                  C# - Getting all enums value by attribute(C# - 按属性获取所有枚举值)

                  <small id='uwpyf'></small><noframes id='uwpyf'>

                  • <bdo id='uwpyf'></bdo><ul id='uwpyf'></ul>
                        <tbody id='uwpyf'></tbody>

                      <legend id='uwpyf'><style id='uwpyf'><dir id='uwpyf'><q id='uwpyf'></q></dir></style></legend>
                      <i id='uwpyf'><tr id='uwpyf'><dt id='uwpyf'><q id='uwpyf'><span id='uwpyf'><b id='uwpyf'><form id='uwpyf'><ins id='uwpyf'></ins><ul id='uwpyf'></ul><sub id='uwpyf'></sub></form><legend id='uwpyf'></legend><bdo id='uwpyf'><pre id='uwpyf'><center id='uwpyf'></center></pre></bdo></b><th id='uwpyf'></th></span></q></dt></tr></i><div id='uwpyf'><tfoot id='uwpyf'></tfoot><dl id='uwpyf'><fieldset id='uwpyf'></fieldset></dl></div>

                          • <tfoot id='uwpyf'></tfoot>