# C1.Web.Api.BodyModelBinder-1.BindModel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Api_BodyModelBinder_1_BindModel_" data-uid="C1.Web.Api.BodyModelBinder`1.BindModel*">BindModel Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Api_BodyModelBinder_1_BindModel_" data-uid="C1.Web.Api.BodyModelBinder`1.BindModel*"></a>
<h4 id="C1_Web_Api_BodyModelBinder_1_BindModel_System_Web_Http_Controllers_HttpActionContext_System_Web_Http_ModelBinding_ModelBindingContext_" data-uid="C1.Web.Api.BodyModelBinder`1.BindModel(System.Web.Http.Controllers.HttpActionContext,System.Web.Http.ModelBinding.ModelBindingContext)">BindModel(HttpActionContext, ModelBindingContext)</h4>
<div class="markdown level1 summary"><p>Binds the model to a value by using the specified controller context and binding context.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool BindModel(HttpActionContext actionContext, ModelBindingContext bindingContext)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function BindModel(actionContext As HttpActionContext, bindingContext As ModelBindingContext) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">HttpActionContext</span></td>
      <td><span class="parametername">actionContext</span></td>
      <td><p>The action context.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">ModelBindingContext</span></td>
      <td><span class="parametername">bindingContext</span></td>
      <td><p>The binding context.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>true if model binding is successful; otherwise, false.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
