# C1.Web.Api.FromUriExAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_FromUriExAttribute" data-uid="C1.Web.Api.FromUriExAttribute" class="text-break">FromUriExAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Defines a <span class="xref">System.Web.Http.ModelBinding.ModelBinderAttribute</span> class to deserialize the values from the query.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">FromUriExAttribute</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.html">C1.Web.Api</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.dll</h6>
  <h5 id="C1_Web_Api_FromUriExAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Class|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public class FromUriExAttribute : ModelBinderAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.ClassOrAttributeTargets.Parameter, AllowMultiple:=False, Inherited:=True)&gt;
Public Class FromUriExAttribute
    Inherits ModelBinderAttribute</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_FromUriExAttribute__ctor" data-uid="C1.Web.Api.FromUriExAttribute.#ctor">
          <a class="xref" href="C1.Web.Api.FromUriExAttribute.-ctor.html#C1_Web_Api_FromUriExAttribute__ctor">FromUriExAttribute()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_FromUriExAttribute_GetValueProviderFactories_System_Web_Http_HttpConfiguration_" data-uid="C1.Web.Api.FromUriExAttribute.GetValueProviderFactories(System.Web.Http.HttpConfiguration)">
          <a class="xref" href="C1.Web.Api.FromUriExAttribute.GetValueProviderFactories.html#C1_Web_Api_FromUriExAttribute_GetValueProviderFactories_System_Web_Http_HttpConfiguration_">GetValueProviderFactories(HttpConfiguration)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value providers that will be fed to the model binder.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
